Add batchrename to readme, minor Makefile change

This commit is contained in:
Arun Prakash Jana 2020-03-11 09:07:20 +05:30
parent f6ff9ae4aa
commit 3a9ddbd90f
No known key found for this signature in database
GPG key ID: A75979F35C080412
3 changed files with 3 additions and 4 deletions

View file

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

View file

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

View file

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