g2, an alternative terminal interface for git

Installation

Clone this repository and run cargo install --path=.

To enable teleport, which allows g2 to change your current directory, install this into your ~/.zshrc:

`` g2 () { G2=whence -p g2` $G2 $@

if [ $? -eq 3 ] then cd cat /tmp/g2-destination fi } g2 auto ```

Todo list: