A small collection of shell scripts to download files from the world wide web.
Essentially these are just a wrapper for Wget, but I often find myself needing to grab files from various places and always forget the syntax. Also adding an interactive shell makes things (arguably) easier.
Scripts mainly taken from the wget examples page
git clone git@github.com:jppferguson/file-hustler.git
cd file-hustler
./hustle
If you're using Sublime, you can open this as a project, edit url-list.txt and use Sublime's build command Ctrl+b
. BOOM!
- Download: Downloads a list of files from url-list.txt
- Mirror: Mirrors an entire site, by spidering it
- Single Page: Download a single page and all it's assets