diff options
author | lvgx <l@vgx.fr> | 2020-05-17 14:08:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 17:38:29 +0530 |
commit | a17ef6699da90cc03789f33bae9d02ae2e5aae5b (patch) | |
tree | 74d715ebfb74d39f9211e743247783990572a72a /plugins/README.md | |
parent | 5ea6bc338bdb1335a2ce87e35ffdfdac9ea0b8db (diff) | |
download | nnn-a17ef6699da90cc03789f33bae9d02ae2e5aae5b.tar.gz |
Add a preview-kitty plugin (#577)
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index d6a3ddb..3d770ea 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -61,6 +61,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. | pdfread | Read a PDF or text file aloud | sh | pdftotext, mpv,<br>pico2wave | | pdfview | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools | | picker | Pick files and list one per line (to pipe) | sh | nnn | +| preview-kitty | File previewer in a kitty terminal pane | sh | [kitty](https://sw.kovidgoyal.net/kitty/), Optionally:<br>[exa](https://github.com/ogham/exa) [bat](https://github.com/sharkdp/bat) mediainfo | | preview-tabbed | `tabbed`/xembed based file previewer | bash | _see in-file docs_ | | preview-tui | Simple TUI file previewer (needs NNN_FIFO) | sh | tmux (>= 3.0)/xterm/<br>\$TERMINAL, file, tree | | pskill | Fuzzy list by name and kill process or zombie | sh | fzf, ps, sudo/doas | |