A high-performance, concurrent HTTP downloader written in Rust with resume capability and beautiful progress tracking.
- π Concurrent Downloads: Multi-threaded downloading for maximum speed
- π Resume Capability: Continue interrupted downloads from where they left off
- π Progress Tracking: Real-time progress bars with speed and ETA
- π‘οΈ Error Recovery: Automatic retry and error handling
- β‘ High Performance: Async I/O and efficient memory usage
- π― User Friendly: Intuitive command-line interface
git clone https://github.com/enjoycoding/nget
cd nget
cargo install --path .