aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-11 09:07:20 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-11 09:07:20 +0530
commit3a9ddbd90fdb349cc451d6fef8219e2487e942c3 (patch)
tree9ef1226a2cd8f8c6cb94f1acf8537505939b3ce1
parentf6ff9ae4aaf9bc60e07abfee70ff27b102e17558 (diff)
downloadnnn-3a9ddbd90fdb349cc451d6fef8219e2487e942c3.tar.gz
Add batchrename to readme, minor Makefile change
-rw-r--r--Makefile3
-rw-r--r--misc/haiku/Makefile3
-rw-r--r--plugins/README.md1
3 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e4ed94a..097655a 100644
--- a/Makefile
+++ b/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: ;
diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile
index fdba8d3..e84a552 100644
--- a/misc/haiku/Makefile
+++ b/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: ;
diff --git a/plugins/README.md b/plugins/README.md
index b93fbf5..0728fbf 100644
--- a/plugins/README.md
+++ b/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 |