jix
v0.5.0
Published
Like gitx or gitg but for the terminal. Plus a few other tricks.
Downloads
3
Readme
jix (Alpha stage)
Like gitx or gitg but for the terminal. Plus a few other tricks.
Installation
npm install -g jix
Optionally, you can add the following to your .bash_profile or .bashrc.
repo() {
res=$(jix r 3>&1 1>&2 2>&3 | tee >(cat - >/dev/null))
[ -d "$res" ] && cd "$res"
}
jix keeps a list of the repos you work on. This command lets you easily switch from one to the other.
You can name the function anyway you like. I think repo
suits nicely.
Author
Tomas Pollak
Copyright
(c) Fork, Ltd. Apache 2.0 Licensed.