Bounga / renamer
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
renamer /
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
po/ | ||
| |
renamer.gemspec | ||
| |
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
- Ruby >= 1.8.0 (www.ruby-lang.org)
- RubyGem >= 0.8.0 (rubygem.rubyforge.org)
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)

