$ pip3 install --user gitdir
# Yes, thats all :)
usage: gitdir [-h] [--flatten] url
Download directories/folders from GitHub
positional arguments:
url
optional arguments:
-h, --help show this help message and exit
--flatten, -f Flatten directory structures. Do not create extra directory
and download found files to current directory.
You can use python -m gitdir
/ python3 -m gitdir
in case the short command does not work.
Exiting
To exit the program, just press CTRL+C
.
MIT License
Copyright (c) 2019 Siddharth Dushantha