Thanks to visit codestin.com
Credit goes to github.com

Skip to content

danieleewww/cloneall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone Them All

Clones and updates a user's repositories.

PyPI version
PyPI downloads

Now on PyPI! Run sudo pip3 install SimpleMenu cloneall for the full install, or just sudo pip3 install cloneall for the minimal version (without ncurses menus). To run the program, just type cloneall and then any options you want.

###Usage: python cloneall.py [-a|--all] [-u username] [--no-curses]

If the -a or --all flag is not set, the script will ask about each repository in turn.

If the --no-curses option is given, the program will use the standard input method.

If --no-curses is not given, the program defaults to using Curses if installed, falling back to the standard method if necessary.

If the username is not given, the program will ask for it to be entered.

Example Usage: https://asciinema.org/a/10136

###Wishlist:

  • Add "update repository" feature ✓
  • Add "update all" option ✓
  • Support more than 100 repositories per user
  • Add ncurses front-end ✓
  • Add checks for git, python version etc. ✓

About

Clones all of a user's repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%