diff options
author | Mario <quiniasol@hotmail.com> | 2020-06-09 03:09:35 +0200 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-09 07:16:35 +0530 |
commit | a47d190654204b8a46c7be9cc641382e597c25ad (patch) | |
tree | 3a9db65f80994853a3c924f7e2736eccc4505d2e /plugins/README.md | |
parent | c5f0a25e7e8bf09df7f495af907f8a7d4f967cbd (diff) | |
download | nnn-a47d190654204b8a46c7be9cc641382e597c25ad.tar.gz |
Unified preview-tui and preview-kitty scripts (#634)
* Unified preview-tui and preview-kitty
* Remove preview-kitty
* No need to set $TERMINAL
* fix undeclared variable
* Integrated support for scope.sh
* Review fixes
* allow_remote_control must be enabled on kitty
* Documentation, kitty splits and images fallback
* fix restoring kitty layout
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/README.md b/plugins/README.md index aa6749d..e5c0667 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -3,8 +3,8 @@ <p align="center"><img src="https://i.imgur.com/SpT0L2W.png" /></p> <p align="center"><i>read ebooks with plugin gutenread (Android)</i></p> -<p align="center"><a href="https://asciinema.org/a/336443"><img src="https://asciinema.org/a/336443.png" width="734"/></a></p> -<p align="center"><i>Live Previews asciicast</i></p> +<p align="center"><a href="https://asciinema.org/a/336443"><img src="https://asciinema.org/a/336443.svg" width="734"/></a></p> +<p align="center"><i>Live Previews</i></p> ## Introduction @@ -63,9 +63,8 @@ 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/), optional:<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 | +| preview-tui | Tmux/kitty/`$TERMINAL` based file previewer | sh | _see in-file docs_ | | pskill | Fuzzy list by name and kill process or zombie | sh | fzf, ps, sudo/doas | | renamer | Batch rename selection or files in dir | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) | | ringtone | Create a variable bitrate mp3 ringtone from file | sh | date, ffmpeg | |