Skip to content

ZSH plugin to save and quickly jump to different directories

License

Notifications You must be signed in to change notification settings

thestuckster/jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Jumper

A ZSH plugin, Jumper saves your current path and allows you to quickly jump to others

Installation

  1. clone this repository to the plugins folder of your zsh installation.

if you're using oh-my-zsh it will be ~/.oh-my-zsh/custom/plugins

  1. edit your .zshrc file to include jumper in the plugins
plugins=(jumper)
  1. close and reopen your terminal window

Usage

Commands and Aliases:

jumpAdd, ja : Add current directory to jump list

jumpList, jl : List all saved jump locations

jumpRemove , jr : Remove jump location by ID

jump , j : Jump to location with specified ID

jumpHelp, jh : Display this help information

Usage Examples:

ja : Add current directory

jl : List all locations

jr 2 : Remove location with ID 2

j 1 : Jump to location with ID 1

Jumper stores all information in the file displayed in the help message. This file can be edited manually as long as the same format is respected.

About

ZSH plugin to save and quickly jump to different directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages