From: Arun Prakash Jana Date: Sun, 9 Dec 2018 15:39:55 +0000 (+0530) Subject: Copy file paths at run a cmd prompt X-Git-Tag: v2.2~28 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0aaa1d771f3fc4fad27e7ee707301ccf8e842b1f;p=nnn.git Copy file paths at run a cmd prompt --- diff --git a/README.md b/README.md index 11206497..81dee19f 100644 --- 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'