ryi06 / gitim

Clone all of your Github repositories, just single command from your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitim

MIT License Python Version Project Status: Active

         .--.         .--. __  __   ___
  .--./) |__|         |__||  |/  `.'   `.
 /.''\  .--.     .|  .--.|   .-.  .-.   '
| |  | | |  |   .' |_ |  ||  |  |  |  |  |
 \`-' /  |  | .'     ||  ||  |  |  |  |  |
 /("'`   |  |'--.  .-'|  ||  |  |  |  |  |
 \ '---. |  |   |  |  |  ||  |  |  |  |  |
  /'""'.\|__|   |  |  |__||__|  |__|  |__|
 ||     ||      |  '.'
 '. __//       |   /
  `'---'        `'-'

created by "Mustafa Hasturk" <hi [at] mustafahasturk [dot] com>
Version: 1.0.2

usage: 'python -m gitim -u'
            Username and password will be prompted.

Clone all your Github repositories.

optional arguments:
  -h, --help            show this help message and exit
  -u USER, --user USER  Your github username
  -p PASSWORD, --password PASSWORD
                        Github password
  -t TOKEN, --token TOKEN
                        Github OAuth token
  -o ORG, --org ORG     Organisation/team. User used by default.
  -d DEST, --dest DEST  Destination directory. Created if doesn't exist.
                        [curr_dir]
  --nopull              Don't pull if repository exists. [false]
Licence

MIT

About

Clone all of your Github repositories, just single command from your terminal.


Languages

Language:Python 100.0%