wcurl

A simple wrapper around curl to easily download files. See also: curl. More information: https://curl.se/wcurl/manual.html.

wcurl {{https://example.com/foo}}

wcurl {{[-o|--output]}} {{bar}} {{https://example.com/foo}}

wcurl --curl-options "--progress-bar --http2" {{https://example.com/foo}}

wcurl --curl-options "--continue-at -" {{https://example.com/foo}}