Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 999 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 999 Bytes

File Hustler

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

Requirements

Usage

git clone [email protected]:jppferguson/file-hustler.git
cd file-hustler
./hustle

Sublime Text Build Command (Download Script Only)

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!

Available Scripts

  • 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