blob: a951f39bcf37dd664d2d010e9c072b382accacbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|