This is a list of plugins that I have created for Yazi. Previously, I had created single repositories for some of the plugins(links mentioned below). Any new plugins created will be added here hopefully.
Yazi is an amazing Terminal File manager written in Rust. Yazi supports a variety of plugins, flavors and themes. Check them out at awesome-yazi and the official yazi webpage.
If you make your own plugin or theme, feel free to make a PR to awesome-yazi and I will be happy to merge it.
Here is a list of plugins that I have previously made that have their own repositories and added to this repository.
- archivemount.yazi - Mount archives in Yazi with
arhivemount
. - custom-shell.yazi - Use your custom shell as yazi shell with custom commands and keymaps.
- rich-preview.yazi - Preview markdown, json, jupyter notebooks and more in Yazi with
rich
. - nbpreview.yazi - Preview Jupyter Notebooks in Yazi with
nbpreview
. - mactag.yazi - Tagging files in Yazi just like MacOS, co-authored with sxyazi(yazi maintainer).
- mactags.yazi - A supplement for
mactag.yazi
with more features for adding and searching tags. - cheatshh.yazi(Beta) - View command line tools in Yazi with
cheatshh
. - copy-file-contents.yazi - Copy the contents of a file to clipboard directly from Yazi.
To install any plugin(<plugin-name>.yazi
) from this repository, you can run the following command -
ya pack -a AnirudhG07/plugins-yazi:<plugin-name>
The installation instruction for each plugin is also mentioned in each of their respective READMEs.