Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 19:49
· 8 commits to master since this release

Installation

  1. Download the .tar.gz file corresponding your os/architecture.
  2. Run tar -xvzf ./<your-file>.tar.gz
  3. Move ./jumper to some a directory in your $PATH, e.g. /usr/local/bin.
  4. 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