]> Sergey Matveev's repositories - nnn.git/commitdiff
Copy file paths at run a cmd prompt
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 9 Dec 2018 15:39:55 +0000 (21:09 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 9 Dec 2018 15:39:55 +0000 (21:09 +0530)
README.md

index 1120649789f256ab51ba02f6f1f32fa1194f2d79..81dee19f59224415bd46e4e30b83c75a59b5220d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -416,7 +416,7 @@ To use the copied paths from the cmdline, use command substitution. For example,
     # fish
     ls -ltr (cat /home/user/.nnncp)
 
-An alias may be handy:
+An alias may be handy, e.g. when you want to copy selection at the _run a command_ prompt:
 
     alias ncp='cat /home/user/.nnncp'