diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-08 18:22:06 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-08 18:22:06 +0530 |
commit | 08cfcfea59a8ee0759d3644b06eca597d95d9277 (patch) | |
tree | 5458aed1fe83a3392e03bb2ab1fe148fd6c9a8af /README.md | |
parent | d52482320ab992317438c1f6493d2f500c75d222 (diff) | |
download | nnn-08cfcfea59a8ee0759d3644b06eca597d95d9277.tar.gz |
Support run file as executable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -117,6 +117,7 @@ We need contributors. Please visit the ToDo list. - Show directories in custom color (default: blue) - Spawn a subshell in the current directory - Run custom scripts in the current directory + - Run current file as executable - Change directory at exit (*easy* shell integration) - Edit file in EDITOR or open in PAGER - Application launcher @@ -247,7 +248,8 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime. s Size t Modification time MISC !, ^] Spawn SHELL in dir o Launch app - R Run custom script L Lock terminal + R Run custom script ^S Execute entry + L Lock terminal ``` Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens. |