zaidka / cliget

A Firefox addon to download login-protected files from the command line
https://addons.mozilla.org/en-US/firefox/addon/cliget/
Mozilla Public License 2.0
358 stars 57 forks source link

Option to remove -O from the generated curl commandline #3

Open dequis opened 11 years ago

dequis commented 11 years ago

I'm using cliget as a shortcut to get the required parameters to scrape urls with auth, and I'm finding myself removing the -O parameter every time to see the output in the console, since the default behavior is to download. I'd appreciate if this could be turned into an option.

zaidka commented 11 years ago

Will implement this in the next release soon. Thanks for the suggestion.