Directory jumper
go install github.com/s3bw/jumper@latest
jumper setup
# Source your updated shell configuration
source ~/.bashrc # or source ~/.bash_aliases
Add the current directory to your jump list:
jumper add
List all available directories:
jumper list
# or
jp # with no arguments
Jump to a directory (with tab completion):
jp <folder-name> # Jump using folder name
jp 2 # Jump using folder number
- Directories are stored in
~/.jumper/folders
- Shell configuration is stored in
~/.jumper/jumper.sh
- The
jp
shell function provides directory changing functionality - Bash completion is automatically configured for folder names