simple script to clone all public repositories of a user
pip install ghub_clone
# git needs to be in system path
# user
gca --user neelabalan
# to not download github gists of the user
gca --user --ignore-gist neelabalan
# org
gca --user microsoft