Skip to content

oliv10/GitThief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Thief

Simple python script to install and update Git repositories in a directory.

Requirements

  • Python 3.10.4 or greater
  • Git Installed

Configuration

Usage

  • Optional Install requirements
pip3 install -r requirements.txt
usage: gitthief.py [-h] [-A] [-U] PATH

  ______ _     _______ _           _  ___ 
 / _____|_)_  (_______) |         (_)/ __)
| /  ___ _| |_ _      | | _   ____ _| |__ 
| | (___) |  _) |     | || \ / _  ) |  __)
| \____/| | |_| |_____| | | ( (/ /| | |   
 \_____/|_|\___)______)_| |_|\____)_|_|   
                                          

GitTheif 1.0.2

An installer and updater for Git repositories.

positional arguments:
  PATH          path to store tools

options:
  -h, --help    show this help message and exit
  -A, --ALL     install all tools
  -U, --UPDATE  update installed tools (this will update ALL tools)