diff options
| author | 2020-05-06 10:42:29 +0530 | |
|---|---|---|
| committer | 2020-05-06 10:42:50 +0530 | |
| commit | cfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch) | |
| tree | 124fc693a303aa6fca83f44933766be0582cb831 /plugins/preview-tui | |
| parent | f438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff) | |
| download | nnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz | |
Uniform plugins
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}" |