1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 08:55:42 +02:00

autojump: various tweaks

This commit is contained in:
Waldir Pimenta 2016-01-09 18:30:19 +00:00
parent d78ef2ffa1
commit c19833c414

View file

@ -1,12 +1,13 @@
# autojump # autojump
> Automatically jump to the directory you visited the most. Aliases like j or jc can also be used for fewer typing. > Quickly jump among the directories you visit the most.
> Aliases like j or jc are provided for even less typing.
- Jump to a directory that contains the given pattern. - Jump to a directory that contains the given pattern.
`j {{pattern}}` `j {{pattern}}`
- Jump to a sub-directory of current directory that contains the given pattern. - Jump to a sub-directory (child) of the current directory that contains the given pattern.
`jc {{pattern}}` `jc {{pattern}}`
@ -14,6 +15,6 @@
`j --purge` `j --purge`
- Show entries in the autojump database. - Show the entries in the autojump database.
`j -s` `j -s`