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
- Host: GitHub
- URL: https://github.com/pythoninthegrass/go_download
- Owner: pythoninthegrass
- License: unlicense
- Created: 2023-10-19T01:36:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T11:52:26.000Z (4 months ago)
- Last Synced: 2025-09-04T13:32:57.250Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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