0.5.0 • Published 7 years ago

jix v0.5.0

Weekly downloads
-
License
MPL
Repository
-
Last release
7 years ago

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.

0.5.0

7 years ago

0.4.11

7 years ago

0.4.10

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago