February 28, 2003

File Renamers: A Special Visual Report

Recently, while looking for a good file renaming utility, they were all shit.

So, I’ve put together this special visual look at the current state of Mac OS X file renamers!

Simply click on any application’s icon, and in a new window, an amazing interface will await you. There’s only one word to describe what you’re about to witness: crapvalcade.

We hope you enjoy it, much in the same way that you enjoy watching old episodes of Small Wonder! (We like the one where V.I.C.K.I. picks up the television to vacuum under it. She’s a robot girl, you see!)

Renamer-Icon.gif
featuring Johnny Quest

File-Renamer-Icon.gif
featuring Muttley

QuickRename-Icon.gif
featuring the The Cattanooga Cats’ Bristol Hound

ListRenamer-Icon.png
featuring Crazy Claws and Ranger Rangerfield

dName-It-Icon.gif
featuring Snagglepuss

FileNamer-Icon.gif
featuring Fred Flintstone

Posted by cs at February 28, 2003 03:53 PM | TrackBack
Comments

The best file renamer I've ever used on the Mac in 17 years is "Renamer4Mac". IMHO this is "Non-Sucking Software".

Granted it's nothing spectacular and a 1.0 release BUT unlike any other renaming software it is simple, it works, and even provides a preview of the results. The appliction name and icon are bland but who cares... because it works and also it's a Cocoa app. HUGE Bonus: it is freeware!

http://www.power4mac.com/renamer/

Posted by: Double Worsted on February 28, 2003 08:14 PM

Try A Better Finder Rename. You can use Grep even :P. Works great.

Posted by: Jon on February 28, 2003 08:47 PM

Or you can use on of Apple's Finder AppleScripts from the script menu:
http://www.apple.com/applescript/script_menu/
Free and elegant and (probably) not made with realbasic.

Posted by: Harold on March 1, 2003 06:13 AM

These apps remind me of one of the first apps I wrote back in '92: "Renamer". Written in Turbo Pascal for Mac, it dumped you into a SIOUX-like environment where you had to enter the full path to the file you wanted to rename and then the full path again with the changed name. Make a mistake? Unsure? No worry, you could check the printed result code which stayed on the screen for as long as it took System 6 to reload the Finder from your 3.5'' again. Aahh, the memories.

Posted by: Thuros M. on March 1, 2003 06:15 AM

Cool! Where do you find all these apps! Soo many, soo cool! ;-) And keep the battle agains RealBasic crap going! :-D

Posted by: Johan on March 1, 2003 08:45 AM

crapvalcade - I love it.

Posted by: yo momma on March 1, 2003 10:18 AM

R-Name is my favorite. It's easy, fast and free:
http://www.tulip.sannet.ne.jp/tayo/cocoa/rname_en.html

Posted by: lunarboy on March 1, 2003 06:55 PM

another vote for a better finder rename.

Posted by: gretchin lair on March 1, 2003 10:05 PM

Seriously, just use the applescripts that come with OS X. Harold's got it down. Who wants a separate app to rename files? That's just a fucking waste, and if you're too stupid to get the scripts menu working yourself, just install "mail scripts" ( http://versiontracker.com/moreinfo.fcgi?id=16217&db=mac ) and it will set the menu up for you, in addition to adding more scripts.

Posted by: on March 2, 2003 09:54 AM

This article was brilliantly surreal. :)

Posted by: on March 2, 2003 10:34 AM

I am offended by your crude reference to me. Please remove it at once, or at least change it to "the stunningly beautiful and supremely talented ranger rangerfield."

I don't get no respect.

Posted by: ranger rangerfield on March 2, 2003 06:08 PM

#!/usr/bin/perl -w
# usage: rename <regex> file1 [file2... ]

$re = shift @ARGV;
for(@ARGV){
$orig = $_;
eval $re or next;
if(-e $_) {print "\"$_\" exists!\n"; next }
print "\"$orig\" -> \"$_\"\n";
rename $orig,$_;
}

Posted by: got perl? on March 4, 2003 12:24 AM

What happened to mv?

Posted by: curious on March 10, 2003 11:13 AM

I am the developer of renamer, and I found this refreshing! I know that the interface of renamer needs some work, and over all its good publicity.

Any other comments on renamer?

Posted by: jeremy s. on May 31, 2003 07:29 PM

I love how the developers of crappy software always seem to reply to outdated messages in order to avoid whiplash from our ridicule by keeping current. Next time please try to respond to our lashings when we are in the process of lashing!

Sinner!

Posted by: Colthere on December 31, 2003 12:06 PM

What can be better than Renamer4Mac?? Very quick, free, easy to use. Thanks to the person who sugggested it.

Posted by: rob on September 19, 2004 02:12 AM
Post a comment