2010-02-17 |
Began restructuring Rename() and added a new supporting RenameIt() method.
tundra
committed
on 17 Feb 2010
|
---|---|
Added -P option to allow user to specify their own escape character.
tundra
committed
on 17 Feb 2010
|
|
2010-02-12 |
|
2010-02-05 |
More cosmetic cleanup.
tundra
committed
on 5 Feb 2010
|
Changed -v so it dumps and *continues* - this allows its output to be included in a rename output log.
tundra
committed
on 5 Feb 2010
|
|
Minor cosmetic cleanup.
tundra
committed
on 5 Feb 2010
|
|
|
|
Modified ErrorMsg to accept and optional EXIT argument. This gets rid of most of the sys.exit(1)s that littered the code.
...
tundra
committed
on 5 Feb 2010
|
|
Rewrote ProcessIncludes() to properly detect all legal forms of the include option on the command line.
tundra
committed
on 5 Feb 2010
|
|
Cleaned up renaming logic to handle old and new stings that contain spaces.
...
tundra
committed
on 5 Feb 2010
|
|
2010-02-04 |
Cleaned up the rename code further when handling -r =something.
tundra
committed
on 4 Feb 2010
|
|
|
Retooled the renaming algorithm in preparation for adding case-insensitivity.
tundra
committed
on 4 Feb 2010
|
|
2010-02-03 |
Fixed rename logic to only affect the filename portion of the fully qualified pathname string.
tundra
committed
on 3 Feb 2010
|
|
|
2010-02-02 |
Modified the contents of ORDERBYCMDLINE and ORDERBYALPHA to use fully qualified filenames.
tundra
committed
on 2 Feb 2010
|
|
|
Restructured RenRequests to be a single dictionary that now lives in the RenameTargets class.
...
tundra
committed
on 2 Feb 2010
|
|
Changed TGTSEQFLG to a null string so it doesn't show up in debug output.
tundra
committed
on 2 Feb 2010
|
|
More cleanup of debug output for command line and environment info.
tundra
committed
on 2 Feb 2010
|
|
Repackaged program options into the ProgramOptions dictionary instead of being separate global variables.
...
tundra
committed
on 2 Feb 2010
|
|
2010-02-01 |
Implemented GetOldNew to properly parse a -r old=new arg, honoring RENSEP.
tundra
committed
on 1 Feb 2010
|
2010-01-30 |
|
Changed how environment variable and homepage strings are calculated.
tundra
committed
on 30 Jan 2010
|
|
Cleaned up Usage() copyright info and added homepage information.
tundra
committed
on 30 Jan 2010
|
|
Minor edit to copyright message.
tundra
committed
on 30 Jan 2010
|
|
Fixed problem when user specified -I without a space before the filename following as in -Ifile.
tundra
committed
on 30 Jan 2010
|
|
Minor cosmetic change to Usage() output.
tundra
committed
on 30 Jan 2010
|
|
|
|
|