andrewyates / grpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpy

grpy is a work-in-progress Python port of gr, a tool for interacting with multiple git repositories at once.

Installation

$ sudo apt-get install libgit2-dev
$ pip install -r requirements.txt
$ cp grconfig.json.example ~/.grconfig.json
$ $EDITOR ~/.grconfig.json

Usage

  • List repositories: python grpy.py
  • Tags and arbitrary commands are not yet supported

About

License:GNU General Public License v2.0


Languages

Language:Python 100.0%