mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update docs
This commit is contained in:
parent
3667e1e939
commit
6338466db5
|
@ -415,13 +415,13 @@ To inform `nnn` of the executable copier script location:
|
||||||
|
|
||||||
##### get selection manually
|
##### get selection manually
|
||||||
|
|
||||||
NOTE: In the following examples we assume the copy file is at `~/.nnncp`.
|
NOTE: In the following examples we assume the copy file is at `/home/user/.nnncp`.
|
||||||
|
|
||||||
The file paths are `NUL`-terminated, so additional processing is required to make them usable.
|
The file paths are `NUL`-terminated, so additional processing is required to make them usable.
|
||||||
|
|
||||||
To get a space-separated list of the file paths in selection:
|
To get a space-separated list of the file paths in selection:
|
||||||
|
|
||||||
cat ~/.nnncp | xargs -0 echo
|
cat /home/user/.nnncp | xargs -0 echo
|
||||||
|
|
||||||
To get a newline-separated list of the file paths in selection:
|
To get a newline-separated list of the file paths in selection:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue