LinuxCommandLibrary

j

autojump shell function for quick directory navigation

TLDR

Jump to directory

$ j [pattern]
copy
Jump to child directory
$ jc [pattern]
copy
Open directory in file manager
$ jo [pattern]
copy
Show matching directories
$ j -s [pattern]
copy
Add directory to database
$ j -a [/path/to/dir]
copy

SYNOPSIS

j [options] [pattern]

DESCRIPTION

j is the autojump shell function for quick directory navigation. It learns from your cd habits and jumps to frequently visited directories.
The tool maintains a weighted database of directories. Partial names match against this database for fast navigation.

PARAMETERS

PATTERN

Directory name pattern to match.
-s
Show matching directories.
-a PATH
Add path to database.
-i
Case-insensitive match.
--help
Display help information.

CAVEATS

Alias for autojump. Requires shell integration. Database builds over time.

HISTORY

j is the default alias for autojump, created by William Ting to speed up directory navigation in the shell.

SEE ALSO

autojump(1), z(1), cd(1), fasd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community