Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.25 KB

README.md

File metadata and controls

35 lines (22 loc) · 2.25 KB

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 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.

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 - 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).

Plugins in this Repository

  • 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.

Installation

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.