Hacker News new | ask | show | jobs
by GregBuchholz 5495 days ago
Exactly. I've seen the GUI wget example held up as a bad example [1] before, but I've never seen anyone try to produce a "good" wget interface.

[1] http://www.codinghorror.com/blog/2006/11/this-is-what-happen...

2 comments

Well, who's the user?
ffmpeg is far more complex than wget, and has some seriously intimidating output for "--help", but it does the sensible thing of guessing intention from file extensions/suffixes. `ffmpeg foo.bar foo.quux` will just convert your file, silently.