From 7b9fe2bfcc50237795cdfb5653908e01bdb19cd6 Mon Sep 17 00:00:00 2001 From: Cédric Picard Date: Mon, 12 May 2014 20:40:56 +0200 Subject: Initial commit - All works --- README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a951f39 --- /dev/null +++ b/README @@ -0,0 +1,33 @@ +Description +=========== + +Bulkrename allows you to pipe a list of filenames and to rename them +interactively within your editor. It is inspired by ranger's bulkrename +command (see http://nongnu.org/ranger/). + +Why ? +===== + +When dealing with a great number of files, or having the same modification to +do a lot of time it it often easier to do it in our well-known editor. + +Documentation +============= + +Just pipe a list of files to bulkrename. + +If your $EDITOR environment variable is not set, vi will be called. + +License +======= + +The code is under the WTFPL (see http://www.wtfpl.net/) mainly because I +wanted to stay at 42 lines of code and the GPLv3 was too long. + +Contact +======= + +Main developper: Cédric Picard +Email: cedric.picard@efrei.net +Twitter: @Cym13 +GPG: 383A 76B9 D68D 2BD6 9D2B 4716 E3B9 F4FE 5CED 42CB -- cgit v1.2.3