mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
mention that autojump isn't meant to be a drop-in replacement for cd
This commit is contained in:
parent
dfe7626251
commit
cdf5772d48
@ -13,7 +13,7 @@ autojump is a faster way to navigate your filesystem. It works by maintaining a
|
|||||||
j dirspec
|
j dirspec
|
||||||
|
|
||||||
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose
|
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose
|
||||||
name matches the pattern given in dirspec.
|
name matches the pattern given in dirspec. Note that autojump isn't meant to be a drop-in replacement for cd, but rather a complement. Cd is fine when staying in the same area of the filesystem; autojump is there to help you when you need to jump far away from your current location.
|
||||||
|
|
||||||
Autojump supports tab completion. Try it! Autojump should be compatible with bash 4. Please report any problems!
|
Autojump supports tab completion. Try it! Autojump should be compatible with bash 4. Please report any problems!
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ command shows you the current contents of the database. You need to work a littl
|
|||||||
.B j
|
.B j
|
||||||
dirspec
|
dirspec
|
||||||
.P
|
.P
|
||||||
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose name matches the pattern given in dirspec.
|
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose name matches the pattern given in dirspec. Note that autojump isn't meant to be a drop-in replacement for cd, but rather a complement. Cd is fine when staying in the same area of the filesystem; autojump is there to help you when you need to jump far away from your current location.
|
||||||
.P
|
.P
|
||||||
Autojump supports autocompletion. Try it!
|
Autojump supports autocompletion. Try it!
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
|
Loading…
Reference in New Issue
Block a user