Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharat-rajani/getgitdir
Utility for concurrently downloading a directory from a github repository.
https://github.com/bharat-rajani/getgitdir
Last synced: about 1 month ago
JSON representation
Utility for concurrently downloading a directory from a github repository.
- Host: GitHub
- URL: https://github.com/bharat-rajani/getgitdir
- Owner: bharat-rajani
- License: mit
- Created: 2020-11-22T15:06:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T15:42:59.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T21:06:02.219Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getgitdir
## Utility for downloading a directory from a github repository.
```
> go build .\getgitdir.go
> getgitdir help██████╗ ███████╗████████╗ ██████╗ ██╗████████╗ ██████╗ ██╗██████╗
██╔════╝ ██╔════╝╚══██╔══╝ ██╔════╝ ██║╚══██╔══╝ ██╔══██╗██║██╔══██╗
██║ ███╗█████╗ ██║ ██║ ███╗██║ ██║ ██║ ██║██║██████╔╝
██║ ██║██╔══╝ ██║ ██║ ██║██║ ██║ ██║ ██║██║██╔══██╗
╚██████╔╝███████╗ ██║ ╚██████╔╝██║ ██║ ██████╔╝██║██║ ██║
╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝╚═╝ ╚═╝DESCRIPTION:
Utility for downloading a directory from a github repository.USAGE:
getgitdir command [url]VERSION:
1.0.0COMMANDS:
help, h Show a list of commands available and usage help.EXAMPLE USAGE:
$ getgitdir https://github.com/bharat-rajani/getgitdir/tree/master/example
```