Commit Graph

28 Commits (f41d0fb7b360bb4ad33ef9854d5097e68ee1a4ff)

Author SHA1 Message Date
William Ting f41d0fb7b3 Remove database migration code support for v17 and older.
12 years ago
William Ting e96dc4c9d8 Fix #86: ZSH tab completion
12 years ago
William Ting b510aa6824 switch to semantic versioning
12 years ago
William Ting 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths.
12 years ago
William Ting 05026ff54e break db load into smaller functions, load backup if opening primary db fails
12 years ago
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
13 years ago
William Ting 7123e23706 minor version bump to v20-6
13 years ago
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 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