mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 03:17:58 +01:00
autojump: add page
This commit is contained in:
parent
efa4cbd4de
commit
7efb16f812
1 changed files with 19 additions and 0 deletions
19
pages/common/autojump.md
Normal file
19
pages/common/autojump.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
Loading…
Reference in a new issue