autojump (sysutils/autojump) Add to my watchlist

a cd command that learns

autojump is a cd command that learns.

Version: 22.5.3 License: GPL-3+ GitHub
Maintainers No Maintainer
Categories sysutils python
Homepage https://github.com/wting/autojump
Platforms any
Variants -

"autojump" depends on

run (1)
build (1)
lib (1)
test (2)

Ports that depend on "autojump"

No ports


Port notes

To use autojump for bash, add the following to the end of your .bashrc:

if [ -f ${prefix}/etc/profile.d/autojump.sh ]; then
. ${prefix}/etc/profile.d/autojump.sh
fi

To use autojump for zsh, add the following to the end of your .zshrc:

export FPATH="$FPATH:${prefix}/share/zsh/site-functions/"
if [ -f ${prefix}/etc/profile.d/autojump.sh ]; then
. ${prefix}/etc/profile.d/autojump.sh
fi

To use zsh tab completion, load compinit in your .zshrc:

autoload -U compinit; compinit


Port Health:

Loading Port Health

Installations (30 days)

7

Requested Installations (30 days)

5