Bounga / renamer

Renamer is a tool that makes it easy to rename any number of files on any filesystem without knowing anything about shell scripting or regular expressions (regexp).

This URL has Read+Write access

name age message
file README.rdoc Loading commit data...
file Rakefile
directory bin/
directory doc/
directory lib/
directory po/
file renamer.gemspec
directory test/
README.rdoc

This repos is not up to date

See www.bitbucket.org/Bounga/renamer/wiki/Home for more info

Renamer - The perfect tool to easily rename your files

Renamer is a fast and light utility to rename your files on all file systems. It allows you to do a lot of renaming tasks without requiering any specific knowledge. Everything is done from the command-line and you can use it from a script-shell or another program.

Renamer can:

  • lowercase a list of filenames
  • uppercase a list of filenames
  • delete white-spaces of filenames
  • replace underscores by spaces in filenames
  • capitalize filenames
  • rename files using a specified basename followed by an incremental number
  • rename files from their actual extension to a specified one
  • do recursive actions
  • and more (Renamer is always evolving) …
  • is developed from scratch (not based on any other code)
  • multi-platform (GNU/Linux, *BSD, Windows & other)
  • 100% GPL & free

Requirements

Install

$ sudo gem install Renamer

Usage

$ renamer -h for more information

License

Renamer is distributed under the terms of the GNU General Public License.

See the COPYING file for more information.

Copyright

Renamer © Copyright 2004-2008 by Nicolas Cavigneaux <nico@bounga.org>

Other

More information on project homepage (www.bitbucket.org/Bounga/renamer/wiki/Home)