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
```
g2 auto
, teleport setup)