Commit Graph

173 Commits (531a7321d3a12311993ed8e2925e27fac3cc0b53)

Author SHA1 Message Date
William Ting 626fa8b080 version bump to v20-9
12 years ago
William Ting b00e0e85e1 Fix #123, new installations were not initializing database properly.
12 years ago
William Ting 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for
12 years ago
William Ting e62e720765 move config back to global space
12 years ago
William Ting 7123e23706 minor version bump to v20-6
12 years ago
William Ting 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes
12 years ago
William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly
12 years ago
William Ting 60a9c1c2f1 add purge option to clear database of missing entries
12 years ago
William Ting a4cbff774b add copyright back into main file
12 years ago
William Ting be82be31d5 fix env var settings
12 years ago
William Ting 9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion
12 years ago
William Ting 788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive
12 years ago
William Ting d7cea40619 implement basic fuzzy search
12 years ago
William Ting f98b13641f increment path weights on a log scale
12 years ago
William Ting 900e3889e7 bump stored paths
12 years ago
William Ting ad10e13c4a minor refactoring
12 years ago
William Ting 73d18eecf2 minor reorganization
12 years ago
William Ting a96d1bca9d minor reorganization tweaks
12 years ago
William Ting 7343ef1825 move match last pattern into separate funciton and disabled
12 years ago
William Ting 31001c9456 Move argument parsing into function, fix database class items, add preserve option
12 years ago
William Ting 46b8d84c7e Move database logic into database object
12 years ago
William Ting da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE
12 years ago
William Ting acfc5c13ef restructure files, working make doc and make release
12 years ago