hyperjump icon indicating copy to clipboard operation
hyperjump copied to clipboard

Hyperjump - simple and quick bookmark tool for bash

Results 5 hyperjump issues
Sort by recently updated
recently updated
newest added

macOS 10.15 Catalina uses zsh 5.7.1 as its default login shell. Command line completion doesn't seem to work on it: I have a few aliases that begin with "d" and...

zsh uses -k 1 instead of -n 1, so these are easy to fix. With -e, we can get almost the same effect by just doing an echo afterward instead....

jp is exactly the same as jj, but it uses "pushd" instead of "cd" to change directories to add to the dirs list. By using "pushd" instead of "cd" It...

Hyperjump is supposed to support both bash and zsh, but it's easy for people who use one to break support for the other. By adding some tests, we can more...