Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazi-rs/plugins
Place code snippets from docs into this monorepo, so that users can update more easily via package manager.
https://github.com/yazi-rs/plugins
yazi yazi-plugin
Last synced: 2 months ago
JSON representation
Place code snippets from docs into this monorepo, so that users can update more easily via package manager.
- Host: GitHub
- URL: https://github.com/yazi-rs/plugins
- Owner: yazi-rs
- Created: 2024-05-14T15:41:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T12:24:27.000Z (3 months ago)
- Last Synced: 2024-08-21T13:52:27.443Z (3 months ago)
- Topics: yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 64.5 KB
- Stars: 58
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!WARNING]
> The plugin system is still in the early stage, and most of the plugins below only guarantee compatibility with the latest code of Yazi!
>
> Please make sure that both your Yazi and plugins are on the `HEAD` to ensure proper functionality!# Plugins
The following plugins can be installed using the `ya pack` package manager introduced in Yazi v0.3.
For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below:
- [full-border.yazi](full-border.yazi) - Add a full border to Yazi to make it look fancier.
- [max-preview.yazi](max-preview.yazi) - Maximize or restore the preview pane.
- [hide-preview.yazi](hide-preview.yazi) - Switch the preview pane between hidden and shown.
- [jump-to-char.yazi](jump-to-char.yazi) - Vim-like `f`, jump to the next file whose name starts with ``.
- [git.yazi](git.yazi) - Show the status of Git file changes as linemode in the file list.
- [smart-filter.yazi](smart-filter.yazi) - Makes filters smarter: continuous filtering, automatically enter unique directory, open file on submitting.
- [chmod.yazi](chmod.yazi) - Execute `chmod` on the selected files to change their mode.
- [mime-ext.yazi](mime-ext.yazi) - A _common_ file type MIME-type library specifically designed for Yazi.
- [diff.yazi](diff.yazi) - Diff the selected file with the hovered file, create a living patch, and copy it to the clipboard.
- [no-status.yazi](no-status.yazi) - Remove the status bar.
- [mactag.yazi](mactag.yazi) - Bring macOS's awesome tagging feature to Yazi! The plugin is only available for macOS just like the name says.Note that `ya` is a newly introduced standalone CLI binary, not a shell alias for Yazi (See https://github.com/sxyazi/yazi/issues/914 for details)
If you don't have it, you can also copy each directory ending with `.yazi` to your `~/.config/yazi/plugins` and manually keep them up to date.