mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-07 09:39:15 +03:00
20 lines
426 B
Markdown
20 lines
426 B
Markdown
|
# autojump
|
||
|
|
||
|
> Automatically jump to the directory you visited the most. Aliases like j or jc can also be used for fewer typing.
|
||
|
|
||
|
- Jump to a directory that contains the given pattern.
|
||
|
|
||
|
`j {{pattern}}`
|
||
|
|
||
|
- Jump to a sub-directory of current directory that contains the given pattern.
|
||
|
|
||
|
`jc {{pattern}}`
|
||
|
|
||
|
- Remove non-existing directories from the autojump database.
|
||
|
|
||
|
`j --purge`
|
||
|
|
||
|
- Show entries in the autojump database.
|
||
|
|
||
|
`j -s`
|