Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Use Automator to extract JAR files in the Finder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Use Automator to extract JAR files in the Finder
Authored by: vocaro on Sep 21, '05 04:24:35PM

If this is a hint for developers, what developer doesn't have a Terminal window open at any time? I've got the phrase "jar tvf ..." builtin to my muscle memory.

As do I. There are a million things you can do from the Terminal, but doing those things from the GUI can be easier and faster.

After all, it's not as simple as you imply. You must first switch to the Terminal, find or open a window so that you have a ready command prompt, switch to the directory containing the JAR, make a directory to hold the extracted files, type "jar xf ../" followed by the name of the JAR, and then switch back to the original directory (so that you don't lose your old context).

The Finder plug-in described in this hint does all those things for you in one step, so you never even have to touch the keyboard. I don't think it's overkill at all.



[ Reply to This | # ]
Terminal savvy
Authored by: sjk on Sep 21, '05 09:12:48PM

But it's also not necessarily as complicated as you imply. :-)



[ Reply to This | # ]