Topic: tiny batch renaming app for those that know python

I've just written about this on my blog, so go there for more details i guess. I thought crunchbang users might like it.

It's designed to be used from the right-click menu in thunar or nautilus, and gives you a python for loop that iterates over the files you passed to the script. I find it a lot quicker than gui renaming, or bash, or regex. You just use python string methods on the available variables (filename, basename, extention etc).

http://4.bp.blogspot.com/_6ifjpqeRJKE/S8RIJFRFO_I/AAAAAAAABMI/QdykANH8ZtE/s1600/1.png http://4.bp.blogspot.com/_6ifjpqeRJKE/S8RKM-hmzrI/AAAAAAAABMQ/bwxj7OLKy0s/s1600/2.png

Here's the script

Let me know what you think big_smile

Last edited by aeiah (2010-04-13 11:06:44)

Re: tiny batch renaming app for those that know python

Nice one, I'm fond of python for all the things it can do, and you give me yet another reason for it! smile

Good job big_smile big_smile

Thanks for everything Linux has taught, is teaching, and will teach me...