bulkrename

Bulk file/directory renaming utility, similar to rangers built-in bulkrename command
git clone git://git.deurzen.net/bulkrename
Log | Files | Refs | LICENSE

commit c03721848b2ee6646dda993951bb93c7363b81a4
parent 12f7cad06c5a7a13acd2335df7c91f874a404177
Author: deurzen <m.vandeurzen@student.ru.nl>
Date:   Thu,  4 Apr 2019 10:16:10 +0200

removes compiled objects/deps/bin

Diffstat:
Dbin/bulkrename | 0
Dobj/filehandler.d | 1-
Dobj/filehandler.o | 0
Dobj/main.d | 2--
Dobj/main.o | 0
Dobj/statehandler.d | 1-
Dobj/statehandler.o | 0
7 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/bin/bulkrename b/bin/bulkrename Binary files differ. diff --git a/obj/filehandler.d b/obj/filehandler.d @@ -1 +0,0 @@ -obj/filehandler.o: src/filehandler.cc src/filehandler.hh src/node.hh diff --git a/obj/filehandler.o b/obj/filehandler.o Binary files differ. diff --git a/obj/main.d b/obj/main.d @@ -1,2 +0,0 @@ -obj/main.o: src/main.cc src/statehandler.hh src/node.hh \ - src/filehandler.hh diff --git a/obj/main.o b/obj/main.o Binary files differ. diff --git a/obj/statehandler.d b/obj/statehandler.d @@ -1 +0,0 @@ -obj/statehandler.o: src/statehandler.cc src/statehandler.hh src/node.hh diff --git a/obj/statehandler.o b/obj/statehandler.o Binary files differ.