diff options
| author | 2019-01-03 23:54:31 +0530 | |
|---|---|---|
| committer | 2019-01-03 23:54:31 +0530 | |
| commit | 226fb18d96e87148ac4a14309fd1203a8c1dc3e1 (patch) | |
| tree | 9d4fbbf6f240f359b114e697d162a575ddf55d23 | |
| parent | 3cbb7dc5dfcbd79b672859959f3e6c6f264df0ec (diff) | |
| download | nnn-226fb18d96e87148ac4a14309fd1203a8c1dc3e1.tar.gz | |
Change location of copier script
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | scripts/user-scripts/copier.sh (renamed from scripts/copier/copier.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -431,7 +431,7 @@ so you can easily handle files together: ##### 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: diff --git a/scripts/copier/copier.sh b/scripts/user-scripts/copier.sh index 3d8ccb5..3d8ccb5 100755 --- a/scripts/copier/copier.sh +++ b/scripts/user-scripts/copier.sh |