https://github.com/anirudhg07/plugins-yazi
Yazi plugins repository created for containing plugins and flavours i make
https://github.com/anirudhg07/plugins-yazi
yazi yazi-plugin
Last synced: 5 months ago
JSON representation
Yazi plugins repository created for containing plugins and flavours i make
- Host: GitHub
- URL: https://github.com/anirudhg07/plugins-yazi
- Owner: AnirudhG07
- License: mit
- Created: 2024-06-25T08:40:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T11:14:11.000Z (8 months ago)
- Last Synced: 2025-03-30T11:21:56.872Z (6 months ago)
- Topics: yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 31.3 KB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugins Yazi
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.
## Exploring Yazi
[Yazi](https://github.com/sxyazi/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](https://github.com/AnirudhG07/awesome-yazi) and the official [yazi webpage](https://yazi-rs.github.io/).
If you make your own plugin or theme, feel free to make a PR to [awesome-yazi](https://github.com/AnirudhG07/awesome-yazi) and I will be happy to merge it.
## Plugins Previously Made
Here is a list of plugins that I have previously made that have their own repositories and added to this repository.
- [archivemount.yazi](https://github.com/AnirudhG07/archivemount.yazi) - Mount archives in Yazi with `arhivemount`.
- [custom-shell.yazi](https://github.com/AnirudhG07/custom-shell.yazi) - Use your custom shell as yazi shell with custom commands and keymaps.
- [rich-preview.yazi](https://github.com/AnirudhG07/rich-preview.yazi) - Preview markdown, json, jupyter notebooks and more in Yazi with `rich`.
- [nbpreview.yazi](https://github.com/AnirudhG07/nbpreview.yazi) - Preview Jupyter Notebooks in Yazi with `nbpreview`.
- [mactag.yazi](https://github.com/yazi-rs/plugins/tree/main/mactag.yazi) - Tagging files in Yazi just like MacOS, co-authored with sxyazi(yazi maintainer).## Plugins in this Repository
- [mactags.yazi](https://github.com/AnirudhG07/plugins-yazi/tree/main/mactags.yazi) - A supplement for `mactag.yazi` with more features for adding and searching tags.
- [cheatshh.yazi](https://github.com/AnirudhG07/plugins-yazi/tree/main/cheatshh.yazi)(Beta) - View command line tools in Yazi with `cheatshh`.
- [copy-file-contents.yazi](https://github.com/AnirudhG07/plugins-yazi/tree/main/copy-file-contents.yazi) - Copy the contents of a file to clipboard directly from Yazi.## Installation
To install any plugin(`.yazi`) from this repository, you can run the following command -
```
ya pack -a AnirudhG07/plugins-yazi:
```The installation instruction for each plugin is also mentioned in each of their respective READMEs.