From 226fb18d96e87148ac4a14309fd1203a8c1dc3e1 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 3 Jan 2019 23:54:31 +0530 Subject: [PATCH] Change location of copier script --- README.md | 2 +- scripts/{copier => user-scripts}/copier.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{copier => user-scripts}/copier.sh (100%) diff --git a/README.md b/README.md index 4768222c..2b920ded 100644 --- a/README.md +++ b/README.md @@ -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 similarity index 100% rename from scripts/copier/copier.sh rename to scripts/user-scripts/copier.sh