Skip to content

genygilles/yogit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yogit

Build Status License PyPI version Downloads

Command line utility for git daily work.

Requirements

  • Python3 and pip3
  • yogit is tested with Python 3.5 and 3.6
  • For now it has only been tested on Linux
  • For now only GitHub API is supported

Installation

  • pip3 install yogit
  • yogit account setup

yogit internal files are stored in ~/.yogit folder.

Principle

yogit is able to:

  • List your pull requests
  • List reviews you need to look into
  • List your branches
  • Get your GitHub contributions of the day

Usage

yogit --help

Pull request

yogit pr list

Review

yogit rv requested

Branch

yogit br list

SCRUM

yogit scrum report

Template of the report can be changed by editing ~/.yogit/scrum_report.yaml

You might need to install xcopy to fully enjoy this command.

About

Command line tool for git daily work

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%