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


Click here to return to the 'Javascript anyone?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Javascript anyone?
Authored by: datawrangler on Jun 01, '03 12:07:02PM

Try using OnMyCommand (free.abracode.com) to create contextual menuitems for nifty CLI commands such as 'curl -O'. It's a great utility for adding unix-powered contextual menuitems. Or maybe one of the Konfabulator people has a similar widget.

In my shell (bash), I alias wget='curl -# -O' (the -# option gives a nice progress bar). This way, any CLI programs which rely on wget continue to work properly, even though I haven't installed the wget package.



[ Reply to This | # ]