aboutsummaryrefslogtreecommitdiffstats
path: root/bulkrename
Commit message (Expand)AuthorAgeFilesLines
* Fix swapped arguments due to comm commandHEADmastervg@devys.org2018-09-011-6/+6
* Fix renaming to an already existing nameMarianne Chevrot2018-08-181-3/+3
* Remove a useless message to get to the holy 42 linesCédric Picard2016-01-251-1/+0
* Fixed bug when using arguments instead of stdinCédric Picard2016-01-251-1/+2
* reduce filename handling cornercasesVG2016-01-251-6/+4
* reduce commands dependency (use wc instead of stat since already required)VG2016-01-251-1/+1
* Optimize renaming process from a loop to pipesVG2016-01-251-6/+6
* change quoting to make renaming review more readable and robustVG2016-01-251-1/+1
* better user directionVG2016-01-251-0/+3
* more progress and error indication (with cosmetic change)VG2016-01-251-1/+2
* regroup redirection to both files at the same timeVG2016-01-251-2/+1
* use exit status of re-execution of ourself as exit statusVG2016-01-251-2/+1
* Change interpretor to sh for more cross platform compatibilityVG2016-01-251-2/+2
* use same interpretor as the script for calling generated commandsVG2016-01-241-1/+1
* use mktemp to avoid some sort of name clash and temp file attackVG2016-01-241-13/+13
* add error message for controlling/interactive terminal for clarityVG2016-01-241-2/+2
* fix a bug if arguments contain a '%'VG2016-01-241-1/+1
* Shit, the code was too shortCédric Picard2015-11-301-1/+2
* Little modifications, huge speed boostCédric Picard2015-11-301-11/+10
* Initial commit - All worksCédric Picard2014-05-121-0/+42