Forrest logo
back to context overview

autojump

List of commands for autojump:

  • autojump:tldr:01521 autojump: Jump to a directory that contains the given pattern.
    $ j ${pattern}
    try on your machine
    explain this command
  • autojump:tldr:0bcd7 autojump: Jump to a sub-directory (child) of the current directory that contains the given pattern.
    $ jc ${pattern}
    try on your machine
    explain this command
  • autojump:tldr:76c50 autojump: Show the entries in the autojump database.
    $ j -s
    try on your machine
    explain this command
  • autojump:tldr:b03d8 autojump: Open a directory that contains the given pattern in the operating system file manager.
    $ jo ${pattern}
    try on your machine
    explain this command
  • autojump:tldr:dc014 autojump: Remove non-existing directories from the autojump database.
    $ j --purge
    try on your machine
    explain this command
back to context overview