1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:15:33 +02:00

Merge pull request #643 from chuanconggao/autojump

autojump: add page
This commit is contained in:
Igor Shubovych 2016-01-09 20:09:34 +02:00
commit 8bec44034b

19
pages/common/autojump.md Normal file
View 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`