Programs

File Tools - A windows program that has the functionality of the Sorter, Renamer, and Prepend command line programs
Version: 1.0.1.0
Language: C#
Notes: Requires .Net 3.5


Prepend - A command line program which adds a string to the beginning of the filenames for all of the files in a directory.
Version: 1.1.0
Language: Ruby
Notes: This program was tested with Ruby version 1.8


Renamer - A command line program which replaces instances of one string for another in all filenames for all of the files in a directory
Version: 1.1.0
Language: Ruby
Notes: This program was tested with Ruby version 1.8


Sorter - A command line program which sorts files into directories based on name. Also includes options for replacement of spaces with underscores and vice versa.
Version: 1.2.0
Language: Ruby
Notes: This program was tested with Ruby version 1.8.


Spacer - A command line program which replaces underscores with spaces in the filenames of all files in a directory
Version: 1.1.0
Language: Ruby
Notes: This program was tested with Ruby version 1.8


SVN Cleaner - A command line program which deletes the .svn directories from a directory and its subdirectories
Version: 1.0.0
Language: Ruby
Notes: This program was tested with Ruby version 1.9


Underscore - A command line program which replaces spacers with underscores in the filenames of all files in a directory
Version: 1.1.0
Language: Ruby
Notes: This program was tested with Ruby version 1.8


Zipper - A command line program which individually zips files. Like Sorter, it also includes options for replacement of spaces with underscores and vice versa.
Version: 1.2.0
Language: Ruby
Notes: This program uses rubyzip and was tested with Ruby version 1.8.