aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-07 00:43:49 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-07 00:43:49 +0530
commit2d8afc8de7920489df1f231d787f985bf4ed13ab (patch)
tree1360fc238aae375d606c92f8769dc4ceaeaed61c /README.md
parentb59a21b57e5af803d77612a0f1d47c4d628007b2 (diff)
downloadnnn-2d8afc8de7920489df1f231d787f985bf4ed13ab.tar.gz
Support launching cli utility too
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 645d4e8..f0644c1 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ We need contributors. Please visit the ToDo list.
- Run custom scripts in the current directory
- Change directory at exit (*easy* shell integration)
- Edit file in EDITOR or open in PAGER
- - GUI app launcher
+ - Application launcher
- Terminal locker integration
- Unicode support
- Highly optimized, static analysis integrated code
@@ -244,7 +244,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
^J Disk usage S Apparent du
s Size t Modification time
MISC
- o Launch GUI app !, ^] Spawn SHELL in dir
+ !, ^] Spawn SHELL in dir o Launch app
R Run custom script L Lock terminal
```
@@ -438,9 +438,13 @@ To get a space-separated list of the file paths in selection, say at the command
cat ~/.nnncp | xargs -0 echo
+Set an easy to remember alias:
+
+ alias ncp="cat ~/.nnncp | xargs -0 echo"
+
To get the list in a file:
- cat ~/.nnncp | xargs -0 echo > out.txt
+ ncp > out.txt
#### cd on quit