Giter Club home page Giter Club logo

jump's Introduction

jump

intro

A quick and fuzzy directory jumper. Kinda like autojump or z, but fuzzy.

Jump works its magic by keeping track of the directories you visit. It scores them to give you the best match for your input. When integrated with your shell, the j function is available. It let's you jump across directories with ease.

If you visit /Users/bob/Projects/website often, type j ws and jump straight to it. Gone are the days of manual aliases for frequent project directories.

Usage

See man jump.

Installation

OSX

brew tap gsamokovarov/jump
brew install jump

Debian

wget https://github.com/gsamokovarov/jump/releases/download/v0.5.1/jump_0.5.1_amd64.deb
sudo dpkg -i jump_0.5.1_amd64.deb

Red Hat

wget https://github.com/gsamokovarov/jump/releases/download/v0.5.1/jump-0.5.1-1.x86_64.rpm
sudo rpm -i jump-0.5.1-1.x86_64.rpm

Source

You need a working Go workspace.

go get github.com/gsamokovarov/jump
git clone https://github.com/gsamokovarov/jump
cd jump
make
mv jump ~/bin # Or /usr/local/bin, if ~/bin isn't in $PATH.

Shell

Jump supports bash, zsh and fish out of the box. If your favourite shell isn't in the list below, give a heads up in the issue tracker.

To get the most out of jump, you have to integrate it with your shell. The integration gives you the j shell function and the automatic tracking and scoring.

bash

Put the line below in ~/.bashrc or ~/bash_profile:

eval "$(jump shell bash)"

zsh

Put the line below in ~/.zshrc:

eval "$(jump shell zsh)"

fish

Put the line below in ~/.config/fish/config.fish:

status --is-interactive; and . (jump shell fish | psub)

Issues

If you find any problems with jump, please, consider reporting them to the issue tracker.

License

Jump is licensed under the MIT license.

Hope you find jump useful! โœจ

jump's People

Contributors

gsamokovarov avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.