curl / wcurl

a simple wrapper around curl to easily download files
https://curl.se/wcurl
Other
240 stars 9 forks source link
command-line curl download url

wcurl logo

wcurl(1)

wcurl

Synopsis

wcurl [--curl-options <CURL_OPTIONS>]... [--dry-run] [--] <URL>...
wcurl [--curl-options=<CURL_OPTIONS>]... [--dry-run] [--] <URL>...
wcurl -V|--version
wcurl -h|--help

Description

wcurl is a simple curl wrapper which lets you use curl to download files without having to remember any parameters.

Simply call wcurl with a list of URLs you want to download and wcurl will pick sane defaults.

If you need anything more complex, you can provide any of curl's supported parameters via the --curl-options option. Just beware that you likely should be using curl directly if your use case is not covered.

Options

Url

Anything which is not a parameter will be considered an URL. wcurl will encode whitespaces and pass that to curl, which will perform the parsing of the URL.

Examples

Running the testsuite

If you would like to run the tests, you will first need to install the shunit2 package. On Debian-like and Fedora-like systems, the package is called shunit2.

After that, you can run the testsuite by simply invoking the test script:

./tests/tests.sh

Authors

Samuel Henrique <samueloph@debian.org>
Sergio Durigan Junior <sergiodj@debian.org>
Ryan Carsten Schmidt <git@ryandesign.com>
Ben Zanin

Reporting Bugs

If you experience any problems with wcurl that you do not experience with curl, submit an issue here.

Copyright

wcurl is licensed under the curl license

See Also

curl(1)