mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
update shell scripts to use new tab completion argument --complete, update docs with new --preserve option
This commit is contained in:
@@ -35,6 +35,8 @@ wrapper function.
|
||||
\f[C]
|
||||
-a,\ --add\ DIR\ \ \ \ \ \ \ manually\ add\ path\ to\ database
|
||||
|
||||
--preserve\ \ \ \ \ \ \ \ \ \ prevent\ key\ weight\ decay\ over\ time
|
||||
|
||||
--stat\ \ \ \ \ \ \ \ \ \ \ \ \ \ show\ database\ entries\ and\ their\ key\ weights
|
||||
|
||||
--version\ \ \ \ \ \ \ \ \ \ \ show\ version\ information\ and\ exit
|
||||
@@ -46,7 +48,7 @@ wrapper function.
|
||||
\f[C]
|
||||
-b,\ --bash\ \ \ \ \ \ \ \ \ \ enclose\ directory\ with\ quotes\ to\ prevent\ errors
|
||||
|
||||
--completion\ \ \ \ \ \ \ \ prevent\ key\ weight\ decay\ over\ time
|
||||
--complete\ \ \ \ \ \ \ \ \ \ used\ for\ tab\ completion
|
||||
\f[]
|
||||
.fi
|
||||
.SS ADVANCED USAGE
|
||||
|
||||
@@ -4,6 +4,8 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
-a, --add DIR manually add path to database
|
||||
|
||||
--preserve prevent key weight decay over time
|
||||
|
||||
--stat show database entries and their key weights
|
||||
|
||||
--version show version information and exit
|
||||
@@ -12,7 +14,7 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
-b, --bash enclose directory with quotes to prevent errors
|
||||
|
||||
--completion prevent key weight decay over time
|
||||
--complete used for tab completion
|
||||
|
||||
## ADVANCED USAGE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user