From 2d8afc8de7920489df1f231d787f985bf4ed13ab Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 7 Dec 2018 00:43:49 +0530 Subject: Support launching cli utility too --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ? 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 -- cgit v1.2.3-70-g09d2