1 example for autojump

{{ score }}
  # jump to previously visited directory containing 'foo'
autojump foo

# list top directories and their weights
autojump -s

# decrease weight of current directory
autojump -d

# increase weight of current directory
autojump -i