diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-06-17 21:47:19 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-06-17 21:47:19 +0530 |
commit | 7a1dd541a685f7aaa0caa92a7e00994397160ccc (patch) | |
tree | b8f673bf9af1387f27756ef107719192e9a74fbe /nnn.1 | |
parent | 41532ef0027020b82324b49c20fcbf61abb0200c (diff) | |
download | nnn-7a1dd541a685f7aaa0caa92a7e00994397160ccc.tar.gz |
Support multiple scripts
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -265,8 +265,14 @@ names in the shell. .Pp \fBNNN_SCRIPT:\fR path to a custom script to run. .Bd -literal - export NNN_SCRIPT=/usr/local/bin/script.sh + export NNN_SCRIPT=/usr/local/bin/nscript .Ed +.Pp +\fBNNN_MULTISCRIPT:\fR run multiple custom scripts. +.Bd -literal + export NNN_MULTISCRIPT=1 +.Ed +.Pp \fBNNN_SHOW_HIDDEN:\fR show hidden files. .Bd -literal export NNN_SHOW_HIDDEN=1 |