mirror of
https://github.com/jarun/nnn.git
synced 2024-11-16 16:13:16 +00:00
Change location of copier script
This commit is contained in:
parent
3cbb7dc5df
commit
226fb18d96
|
@ -431,7 +431,7 @@ so you can easily handle files together:
|
||||||
|
|
||||||
##### to clipboard
|
##### to clipboard
|
||||||
|
|
||||||
Along with default copy, `nnn` can pipe the absolute path of the current file or multiple files to a copier script. For example, you can use `xsel` on Linux or `pbcopy` on macOS. Here's a sample [copier script](https://github.com/jarun/nnn/tree/master/scripts/copier).
|
Along with default copy, `nnn` can pipe the absolute path of the current file or multiple files to a copier script. For example, you can use `xsel` on Linux or `pbcopy` on macOS. Here's a sample [copier script](https://github.com/jarun/nnn/blob/master/scripts/user-scripts/copier.sh).
|
||||||
|
|
||||||
To inform `nnn` of the executable copier script location:
|
To inform `nnn` of the executable copier script location:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue