409 Commits (251dd473871cf9457786fb14de369005a14a1d2c)
 

Author SHA1 Message Date
  Daniel Hahler 251dd47387 Update install.md: Python 2.6 is supported again 12 years ago
  William Ting 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1 12 years ago
  William Ting 5745c34c23 version numbering 12 years ago
  William Ting a2657d6fca Merge pull request #150 from blueyed/master 12 years ago
  Daniel Hahler 4382116b55 Vendorize argparse 12 years ago
  William Ting 1ab78ae91c merging rc branch 12 years ago
  William Ting 3acedf2ed8 Remove loading compinit module from autojump.zsh. 12 years ago
  William Ting ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. 12 years ago
  William Ting 5613562e8b Minor documentation updates. 12 years ago
  William Ting 7d58446fed Minor documentation updates. 12 years ago
  William Ting 164c2b15a7 Update documentation regarding ZSH tab completion. 12 years ago
  William Ting 99ee524fcc Add ZSH tab completion fix to ChangeLog. 12 years ago
  William Ting c62a8923ae Add v21 release notes, minor documentation update. 12 years ago
  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 1994d0bb13 Merge pull request #131 from marktran/master 12 years ago
  Mark Tran 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula 12 years ago
  William Ting b510aa6824 switch to semantic versioning 12 years ago
  William Ting f29876b202 Fix #130: Use temporary directory for unit tests. 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 b3c3253e89 tweak release target to build docs and test first 12 years ago
  William Ting 867be37543 remove tmp files created from unit tests 12 years ago
  William Ting 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation. 12 years ago
  William Ting 1b765ab8a6 Use zsh version agnostic approach regarding substring matching 12 years ago
  William Ting c2d72e442a remove references to jumpstat within manpages 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 d194429782 Test zsh version before using appropriate regex test conditional. 12 years ago
  William Ting 3f78b56bc7 Remove unnecessary code from install.sh. 12 years ago
  William Ting 3fdc213149 Merge pull request #125 from KenMacD/zsh 12 years ago
  Kenny MacDermid ee1be0310b Use -pcre-match in .zsh instead of =~. 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 57053a76fa Add dev section to README.md and update makefile to reflect new section. 12 years ago
  William Ting f25d7ba996 add unit tests, run using: make test 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 79e644bd63 Add name(s) to AUTHORS 12 years ago
  William Ting 009b01d94a tweak docs regarding minimum requirements 12 years ago
  William Ting e8118186e4 tweak documentation wording 12 years ago
  William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly 12 years ago
  William Ting 83e01c5251 tweak mailing list wording 12 years ago
  William Ting effe34924d Add Google Group information to documentation 12 years ago
  Joel Schaerer 08a79c1113 Add the google group to the README 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