瀏覽代碼

Add batchrename to readme, minor Makefile change

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

+ 1
- 2
Makefile 查看文件

@@ -127,8 +127,7 @@ upload-local: sign static
--upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz

clean:
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig \
$(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz

skip: ;



+ 1
- 2
misc/haiku/Makefile 查看文件

@@ -145,8 +145,7 @@ upload-local: sign static
--upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz

clean:
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig \
$(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz

skip: ;



+ 1
- 0
plugins/README.md 查看文件

@@ -27,6 +27,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
| Plugin (a-z) | Description | Lang | Deps |
| --- | --- | --- | --- |
| autojump | Navigate to dir/path (**autojump stores navigation patterns**) | sh | autojump |
| batchrename | Batch file renamer | sh | mktemp |
| boom | Play random music from dir | sh | [moc](http://moc.daper.net/) |
| dups | List non-empty duplicate files in current dir | sh | find, md5sum,<br>sort uniq xargs |
| chksum | Create and verify checksums | sh | md5sum,<br>sha256sum |


Loading…
取消
儲存