Skip to content

Latest commit

Β 

History

History
22 lines (16 loc) Β· 742 Bytes

File metadata and controls

22 lines (16 loc) Β· 742 Bytes

nget - A Concurrent HTTP Downloader

A high-performance, concurrent HTTP downloader written in Rust with resume capability and beautiful progress tracking.

Features

  • πŸš€ 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

Installation

From Source

git clone https://github.com/enjoycoding/nget
cd nget
cargo install --path .