Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.0

COMMANDS:
help, h Show a list of commands available and usage help.

EXAMPLE USAGE:
$ getgitdir https://github.com/bharat-rajani/getgitdir/tree/master/example
```