1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00
Commit Graph

120 Commits

Author SHA1 Message Date
William Ting
7123e23706 minor version bump to v20-6 2012-05-12 16:38:51 -10:00
William Ting
13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes 2012-05-12 16:31:37 -10:00
William Ting
0818bf8164 Fix #110, autojump_ignore_case now working properly 2012-05-08 09:08:50 -10:00
William Ting
60a9c1c2f1 add purge option to clear database of missing entries 2012-05-06 20:50:40 -10:00
William Ting
a4cbff774b add copyright back into main file 2012-05-06 20:24:11 -10:00
William Ting
be82be31d5 fix env var settings 2012-05-06 19:51:09 -10:00
William Ting
9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion 2012-05-06 18:40:19 -10:00
William Ting
788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive 2012-05-06 18:30:22 -10:00
William Ting
d7cea40619 implement basic fuzzy search 2012-05-06 18:10:06 -10:00
William Ting
f98b13641f increment path weights on a log scale 2012-05-06 15:54:27 -10:00
William Ting
900e3889e7 bump stored paths 2012-05-06 15:29:23 -10:00
William Ting
6a16a7ec67 update shell scripts to use new tab completion argument --complete, update docs with new --preserve option 2012-05-06 15:17:33 -10:00
William Ting
ad10e13c4a minor refactoring 2012-05-06 15:09:37 -10:00
William Ting
73d18eecf2 minor reorganization 2012-05-06 14:34:03 -10:00
William Ting
a96d1bca9d minor reorganization tweaks 2012-05-06 14:05:47 -10:00
William Ting
7343ef1825 move match last pattern into separate funciton and disabled 2012-05-06 13:51:18 -10:00
William Ting
31001c9456 Move argument parsing into function, fix database class items, add preserve option 2012-05-06 13:43:16 -10:00
William Ting
46b8d84c7e Move database logic into database object 2012-05-06 13:12:39 -10:00
William Ting
da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE 2012-05-06 12:56:01 -10:00
William Ting
acfc5c13ef restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00