An open API service indexing awesome lists of open source software.

https://github.com/voidnerd/downloader

Internet Download Manager (CLI) Written in Go
https://github.com/voidnerd/downloader

Last synced: 11 months ago
JSON representation

Internet Download Manager (CLI) Written in Go

Awesome Lists containing this project

README

          

# Downloader

Internet Download Manager Written in Go

## Usage

- `go get github.com/ndiecodes/downloader`
- `downloader -u "https://example.com/video.mp4"`

### Flags

- `-u` - Url of the file you want to download (required)
- `-n` - Rename downloaded file (optional)
- `-d` - Files are saved to `Downloads`, but you can change to a different public directory with this flag. (Optional)

## Licensing

* Copyright © 2021 [ndiecodes](https://twitter.com/ndiecodes)
* Licensed under MIT