aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 04:47:35 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 04:47:35 +0530
commit2ea3ce552a5cbcb74742ca0671784f19c225429e (patch)
tree932bd4077bfafa1374a283dffb0953802f3a3eff /plugins
parentba51b369313dd3fc5686676c24e3172aa8f6c270 (diff)
downloadnnn-2ea3ce552a5cbcb74742ca0671784f19c225429e.tar.gz
Shorten column width
Diffstat (limited to 'plugins')
-rw-r--r--plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index c8a0590..17184a8 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -61,7 +61,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
| pdfview | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools |
| picker | Pick files and list one per line (to pipe) | sh | nnn |
| preview-tabbed | `tabbed`/xembed based file previewer | bash | _see in-file docs_ |
-| preview-tui | Simple TUI file previewer (needs NNN_FIFO) | sh | tmux/xterm/\$TERMINAL <br> file, tree |
+| preview-tui | Simple TUI file previewer (needs NNN_FIFO) | sh | tmux/xterm/<br>\$TERMINAL, file, tree |
| pskill | Fuzzy list by name and kill process or zombie | sh | fzf/fzy, ps,<br>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 |