diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-03-19 05:32:16 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-03-19 06:17:58 +0530 |
commit | 8d7a56cbaaefd6afb688a2c186fed0df62af4918 (patch) | |
tree | ee6d4c22c446639b1300297f3dbfc04f36d2dfec /nnn.1 | |
parent | 5624905803c0e64a0e2fa9caf433649eb6323e52 (diff) | |
download | nnn-8d7a56cbaaefd6afb688a2c186fed0df62af4918.tar.gz |
Run a custom script support
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -82,8 +82,8 @@ Show full media info Create a new file or directory .It Ic ^R Rename selected entry -.It Ic R -Rename directory entries +.It Ic r +Open directory in vidir .It Ic s Toggle sort by file size .It Ic S, ^J @@ -92,6 +92,8 @@ Toggle disk usage analyzer mode Toggle sort by time modified .It Ic \&! Spawn SHELL in PWD (fallback sh) +.It Ic R +Run a custom script .It Ic e Open current entry in EDITOR (fallback vi) .It Ic o @@ -255,6 +257,11 @@ screensaver. .Pp \fBNNN_QUOTE_ON:\fR wrap copied paths within single quotes. Useful for pasting 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 +.Ed .Sh KNOWN ISSUES If you are using urxvt you might have to set backspacekey to DEC. .Sh AUTHORS |