LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wcurl

Simplified curl wrapper for downloading

TLDR

Download file
$ wcurl [https://example.com/file.zip]
copy
Download multiple
$ wcurl [url1] [url2]
copy
Resume download
$ wcurl -c [url]
copy
With output name
$ wcurl -o [filename] [url]
copy

SYNOPSIS

wcurl [-c] [-o file] [options] urls

DESCRIPTION

wcurl is a thin wrapper around curl that provides sensible defaults for the common task of downloading files. It automatically enables a progress bar, follows redirects, and uses the remote filename for output, eliminating the need to specify common curl flags for simple downloads.Resume support allows continuing interrupted downloads without manually configuring curl's range options. Multiple URLs can be specified to download several files in sequence, and a custom output filename can be provided when the remote name is not suitable.The tool is designed for users who frequently use curl for downloads but find its default behavior (outputting to stdout with no progress indicator) inconvenient for that use case.

PARAMETERS

-c

Continue/resume.
-o FILE
Output filename.
--help
Show help.

INSTALL

sudo apt install curl
copy
sudo dnf install curl
copy
sudo pacman -S curl
copy
sudo apk add curl
copy
sudo zypper install curl
copy
brew install curl
copy
nix profile install nixpkgs#curl
copy

CAVEATS

Wrapper around curl. Less flexible. Download-focused.

HISTORY

wcurl provides a simpler interface to curl for the common case of downloading files.

SEE ALSO

curl(1), wget(1), aria2c(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid