瀏覽代碼

Change location of copier script

master
Arun Prakash Jana 5 年之前
父節點
當前提交
226fb18d96
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.md
  2. +0
    -0
      scripts/user-scripts/copier.sh

+ 1
- 1
README.md 查看文件

@@ -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:




scripts/copier/copier.sh → scripts/user-scripts/copier.sh 查看文件


Loading…
取消
儲存