2010-03-06 |
Implmenented UID, Uname, GID, and Gname renaming tokens.
tundra
committed
on 6 Mar 2010
|
---|---|
Implemented File Length renaming token.
tundra
committed
on 6 Mar 2010
|
|
2010-03-05 |
Implemented Filename renaming token.
tundra
committed
on 5 Mar 2010
|
Slight error message cleanup.
tundra
committed
on 5 Mar 2010
|
|
|
|
Implemented /`cmd`/ command execution renaming tokens.
tundra
committed
on 5 Mar 2010
|
|
|
|
Added code to __ResolveRenameTokens() to detect renaming tokens in a string, determine their contents, and flag missing delimiters.
tundra
committed
on 5 Mar 2010
|
|
2010-02-26 |
|
Consolidated all test mode reporting down into __RenameIt() so that -t will also show any required backup operations.
tundra
committed
on 26 Feb 2010
|
|
Fixed a bug that occured when multiple renames iterated over the same filename.
tundra
committed
on 26 Feb 2010
|
|
|
|
Added more bounds checking for individual replacement instance values.
tundra
committed
on 26 Feb 2010
|
|
2010-02-25 |
Changed renaming logic to only rename the instances specified on the command line via -i.
tundra
committed
on 25 Feb 2010
|
Changed -i parsing logic to look for python-style indexes or slice ranges.
tundra
committed
on 25 Feb 2010
|
|
Began implementing new logic for selecting replacement "instances".
...
tundra
committed
on 25 Feb 2010
|
|
2010-02-23 |
Initial revision
tundra
committed
on 23 Feb 2010
|
|
|
2010-02-17 |
Simplified test mode reporting to only show top level renames and not any consequence backups or skips.
...
tundra
committed
on 17 Feb 2010
|
|
|
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
|
|
2010-02-04 |
Cleaned up renaming logic to handle old and new stings that contain spaces.
...
tundra
committed
on 4 Feb 2010
|