TurboGet is a smart shell script that chooses the fastest download method (between curl and aria2c) dynamically, based on a quick speed test. Ideal for downloading large files from a CDN efficiently.
- Speed test using both
curlandaria2c - Automatically selects the faster tool
- Shows progress bar during download
- Supports custom output directories
- Temporary test file is cleaned up automatically
bashcurlaria2c
Install aria2 on macOS:
brew install aria2./turbo-get.sh [options] <file_url>| Option | Description |
|---|---|
-o |
Set output directory |
-h |
Show help |
./turbo-get.sh -o ~/Downloads https://example.com/file.mp4Downloaded files will be saved to the specified output directory (defaults to current directory).
MIT License
Pull requests and suggestions are welcome!