# Wget aliases

This wget.aliases.zsh file creates helpful shortcut aliases for many commonly used wget (opens new window) commands.

The Wget aliases create helpful shortcut aliases for the wget command. Wget is a tool which downloads files from the internet.

# Wget

GNU Wget (opens new window) is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.

Alias Command Description
wg wget Download a file.
wgc wg Continue a partially-downloaded file.
wge wg -e robots=off Download a file, ignoring robots.txt.
wget wget -c Continue a partially-downloaded file.