Installation
- Download the
.tar.gz
file corresponding your os/architecture. - Run
tar -xvzf ./<your-file>.tar.gz
- Move
./jumper
to some a directory in your$PATH
, e.g./usr/local/bin
. - Add the following to your
.bashrc
,.zshrc
or.config/fish/config.fish
to get access to jumper's functions:
- bash
eval "$(jumper shell bash)"
- zsh
source <(jumper shell zsh)
- fish
jumper shell fish | source