Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandanghosh/gfetch
https://github.com/chandanghosh/gfetch
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chandanghosh/gfetch
- Owner: ChandanGhosh
- Created: 2021-12-06T11:18:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T08:16:21.000Z (about 3 years ago)
- Last Synced: 2024-06-20T08:32:07.204Z (8 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## gfetch
Simple fetch prgram to parallely download content from multiple websites
### run
Run by building binary using
```
go build```
and then```
./gfetch -u "http://apple.com,http://bing.com"
```### Help
```
./gfetch --help```