Skip to content

Commit

Permalink
docs: add emojis to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Feb 26, 2024
1 parent 469f6d6 commit 66cc53d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The plugin system is still in the early stage, and most of the plugins below onl
Please make sure that both your Yazi and plugins are on the latest main branch to ensure proper functionality!
:::

## Previewers
## 🖼️ Previewers

Markdown:

Expand All @@ -29,27 +29,27 @@ Audio:

- [exifaudio.yazi](https://github.com/Sonico98/exifaudio.yazi) - Preview audio metadata and cover using [exiftool](https://exiftool.org/).

## Preloaders
## 🚀 Preloaders

- [mime.yazi](https://github.com/DreamMaoMao/mime.yazi) - Replace the builtin `mime` plugin to speed up the identification of large files by using file extensions instead of file content to obtain the mime-types.

## Functional plugins
## 🧩 Functional plugins

- [keyjump.yazi](https://github.com/DreamMaoMao/keyjump.yazi) - A Yazi plugin like flash.nvim, allows precise navigation using single (or double) characters.
- [bookmarks.yazi](https://github.com/dedukun/bookmarks.yazi) - A Yazi plugin that adds the basic functionality of Vi-like marks.
- [relative-motions.yazi](https://github.com/dedukun/relative-motions.yazi) - A Yazi plugin based about vim motions.

## Neovim plugins
## 📝 Neovim plugins

- [tfm.nvim](https://github.com/Rolv-Apneseth/tfm.nvim) - Neovim plugin for terminal file manager integration.
- [yazi.nvim](https://github.com/DreamMaoMao/yazi.nvim) - A Neovim Plugin for yazi terminal file browser.
- [fm-nvim](https://github.com/Eric-Song-Nop/fm-nvim) - Neovim plugin that lets you use your favorite terminal file managers.

## Shell plugins
## 🐚 Shell plugins

- [yazi-prompt.sh](https://github.com/Sonico98/yazi-prompt.sh) - Display an indicator in your prompt when running inside a yazi subshell.

## Add yours
## 💖 Add yours

We are so happy to add your plugin/flavor to this page!

Expand All @@ -58,4 +58,4 @@ If your plugin/flavor meets the following requirements, please click `Edit this
- **Functional** - we will install and test it, since we want all links included on this page to be valid. If it's available only on a specific platform, a note should be added in the README.
- **Follow conventions** - it should be a directory/repository ending with `.yazi`, and include the files listed in the [plugin documentation](/docs/plugins/overview) or [flavor documentation](/docs/flavors/overview).

If it's a Neovim or Shell plugin, please follow their respective conventions - ending with `.nvim` or `.sh`.
If it's a Neovim or Shell plugin, appending `.nvim` or `.sh` to the name to make it distinguishable is a best practice, but it's not required.

0 comments on commit 66cc53d

Please sign in to comment.