You are not logged in.
Heya,
finished another one of my github projects and thought i might throw it out there.
This one is a mass renaming tool written in Python2.7 & PyQt.
https://github.com/mikar/demimove
https://aur.archlinux.org/packages/demimove/
Among it's cool features are:
* Automatic and immediate preview of all changes. Everything is browsable.
* Undo option for the last commit (might be expanded to include a history of all commits with the option to revert each one)
* The performance is pretty good from what i can tell. It can handle ~10k files easy before i notice lag on my system. In the future i'd like to prevent lag with threading.
* Config file support (save/restore) and log file in $XDG_CONFIG_DIRS/demimove/
* Recursive support (with recursion depth setting) as well as hopefully most of the stuff you'd expect from a mass renamer, including regex/globbing pattern matching and a whole range of predefined actions.
Cheers
Last edited by demian (2014-05-20 20:56:10)
no place like /home
github
Offline