mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Copy file paths at run a cmd prompt
This commit is contained in:
parent
e7b1215a20
commit
0aaa1d771f
|
@ -416,7 +416,7 @@ To use the copied paths from the cmdline, use command substitution. For example,
|
||||||
# fish
|
# fish
|
||||||
ls -ltr (cat /home/user/.nnncp)
|
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'
|
alias ncp='cat /home/user/.nnncp'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue