]> Sergey Matveev's repositories - nnn.git/commitdiff
Add QuickLook to description
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 22 Apr 2021 22:37:26 +0000 (04:07 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 22 Apr 2021 22:37:26 +0000 (04:07 +0530)
plugins/README.md
plugins/preview-tui-ext [changed mode: 0644->0755]

index 0a5c971068d0f902df84de771d36da4583c184dc..c3cef8ca7e2f9516ecc7498fc4f6b98fb2a252f2 100644 (file)
@@ -53,8 +53,8 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 | [pdfread](pdfread) | Read a PDF or text file aloud | sh | pdftotext, mpv,<br>pico2wave |
 | [pdfview](pdfview) | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools |
 | [picker](picker) | Pick files and list one per line (to pipe) | sh | nnn |
-| [preview-tabbed](preview-tabbed) | Tabbed/xembed based file previewer | bash | _see in-file docs_ |
-| [preview-tui](preview-tui) | Tmux/kitty/xterm/`$TERMINAL` based file previewer | sh | _see in-file docs_ |
+| [preview-tabbed](preview-tabbed) | Preview files with Tabbed/xembed | bash | _see in-file docs_ |
+| [preview-tui](preview-tui) | Preview with Tmux/kitty/[QuickLook](https://github.com/QL-Win/QuickLook)/xterm/`$TERMINAL` | sh | _see in-file docs_ |
 | [preview-tui-ext](preview-tui-ext) | Meant to be an exhaustive version of [preview-tui](preview-tui) | sh | _see in-file docs_ |
 | [pskill](pskill) | Fuzzy list by name and kill process or zombie | sh | fzf, ps, sudo/doas |
 | [renamer](renamer) | Batch rename selection or files in dir [✓] | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) |
old mode 100644 (file)
new mode 100755 (executable)