Posted By: Darrick Wiebe
Date: 2005-09-04 05:22
Summary: Rename File Set v0.2 Released
Project: Rename File Set
Sept. 3, 2005
Rename File Set v0.2 has been released with a few
more features. All bugs found so far have been
fixed, too.
What's new?
GUI version:
* when using the 'Toggle Roman Numerals' option
the search pattern " (roman) " will be replaced with
a robust regexp to capture roman numerals.
* the output pane will display results in multiple
columns if possible
* gui should now work from a gem installation
(requires fxruby 1.2.x. 1.4.x is yet untested)
Command-line version:
* same change for --roman as above.
* added --rm option to remove files matching
the search
* added --eval EXPR to allow you to do pretty
much whatever you like. Captures can be used
with %1..%n, but should be enclosed in quotes,
and local variables file, path, and md (match data)
are available, amoung other things. The idea
is to be able to do things like:
--eval "6 * '%2'.to_f"
* enhanced --count to allow anything as the starting
point, and increment using String#succ.
* changed the way --raw_output is displayed
* fixed up the --help output a lot
Cheers!
Darrick => http://innatesoftware.com
|
|