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

https://github.com/pythoninthegrass/go_download

Download all files by extension from a URL
https://github.com/pythoninthegrass/go_download

Last synced: 3 months ago
JSON representation

Download all files by extension from a URL

Awesome Lists containing this project

README

          

# go_download

Go implementation of Python [download](https://github.com/pythoninthegrass/download).

Rough code transpilation provided by [Python to Golang Converter](https://www.codeconvert.ai/python-to-golang-converter).

## Setup
TODO

## Quickstart
TODO

## Development
### Minimum Requirements
* [go](https://golang.org/doc/install)

### Recommended
* [asdf](https://asdf-vm.com/guide/getting-started.html#getting-started)
* [task](https://taskfile.dev/#/installation)

## TODO
* [Issues](https://github.com/pythoninthegrass/go_download/issues)
* CI
* Docker
* Binary
* Add taskfile
* Write tests
* Add linting
* CLI/TUI
* [gum](https://github.com/charmbracelet/gum)
* [ff](https://github.com/peterbourgon/ff)
* GUI

## Further Reading
TODO