Commit Graph

69 Commits (214440af652e050472a17425c0c3f698026a8141)

Author SHA1 Message Date
William Ting 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes
13 years ago
William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly
13 years ago
William Ting 60a9c1c2f1 add purge option to clear database of missing entries
13 years ago
William Ting a4cbff774b add copyright back into main file
13 years ago
William Ting be82be31d5 fix env var settings
13 years ago
William Ting 9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion
13 years ago
William Ting 788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive
13 years ago
William Ting d7cea40619 implement basic fuzzy search
13 years ago
William Ting f98b13641f increment path weights on a log scale
13 years ago
William Ting 900e3889e7 bump stored paths
13 years ago
William Ting 6a16a7ec67 update shell scripts to use new tab completion argument --complete, update docs with new --preserve option
13 years ago
William Ting ad10e13c4a minor refactoring
13 years ago
William Ting 73d18eecf2 minor reorganization
13 years ago
William Ting a96d1bca9d minor reorganization tweaks
13 years ago
William Ting 7343ef1825 move match last pattern into separate funciton and disabled
13 years ago
William Ting 31001c9456 Move argument parsing into function, fix database class items, add preserve option
13 years ago
William Ting 46b8d84c7e Move database logic into database object
13 years ago
William Ting da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE
13 years ago
William Ting acfc5c13ef restructure files, working make doc and make release
13 years ago