diff options
Diffstat (limited to 'plugins/preview-tui')
-rwxr-xr-x | plugins/preview-tui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/preview-tui b/plugins/preview-tui index 0c50390..17b529b 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -6,7 +6,7 @@ # # Dependencies: tmux (>=3.0) or xterm (or set $TERMINAL), file, tree # -# How to use: +# Usage: # You need to set a NNN_FIFO path and set a key for the plugin, # then start `nnn`: # @@ -18,7 +18,8 @@ # single common preview window. I you provide different FIFO path, they # will be independent. # -# Authors: Todd Yamakawa and Léo Villeveygoux +# Shell: POSIX compliant +# Authors: Todd Yamakawa, Léo Villeveygoux TERMINAL="${TERMINAL:-xterm}" |