1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

add purge option to clear database of missing entries

This commit is contained in:
William Ting
2012-05-06 20:50:40 -10:00
parent a4cbff774b
commit 60a9c1c2f1
5 changed files with 30 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ wrapper function.
\f[C]
-a,\ --add\ DIR\ \ \ \ \ \ \ manually\ add\ path\ to\ database
--purge\ \ \ \ \ \ \ \ \ \ \ \ \ deletes\ all\ database\ entries\ that\ no\ longer\ exist\ on\ system
--stat\ \ \ \ \ \ \ \ \ \ \ \ \ \ show\ database\ entries\ and\ their\ key\ weights
--version\ \ \ \ \ \ \ \ \ \ \ show\ version\ information\ and\ exit

View File

@@ -4,6 +4,8 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
-a, --add DIR manually add path to database
--purge deletes all database entries that no longer exist on system
--stat show database entries and their key weights
--version show version information and exit