409 コミット (251dd473871cf9457786fb14de369005a14a1d2c)
 

作成者 SHA1 メッセージ 日付
  Daniel Hahler 251dd47387 Update install.md: Python 2.6 is supported again 12年前
  William Ting 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1 12年前
  William Ting 5745c34c23 version numbering 12年前
  William Ting a2657d6fca Merge pull request #150 from blueyed/master 12年前
  Daniel Hahler 4382116b55 Vendorize argparse 12年前
  William Ting 1ab78ae91c merging rc branch 12年前
  William Ting 3acedf2ed8 Remove loading compinit module from autojump.zsh. 12年前
  William Ting ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. 12年前
  William Ting 5613562e8b Minor documentation updates. 12年前
  William Ting 7d58446fed Minor documentation updates. 12年前
  William Ting 164c2b15a7 Update documentation regarding ZSH tab completion. 12年前
  William Ting 99ee524fcc Add ZSH tab completion fix to ChangeLog. 12年前
  William Ting c62a8923ae Add v21 release notes, minor documentation update. 12年前
  William Ting f41d0fb7b3 Remove database migration code support for v17 and older. 12年前
  William Ting e96dc4c9d8 Fix #86: ZSH tab completion 12年前
  William Ting 1994d0bb13 Merge pull request #131 from marktran/master 12年前
  Mark Tran 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula 12年前
  William Ting b510aa6824 switch to semantic versioning 12年前
  William Ting f29876b202 Fix #130: Use temporary directory for unit tests. 12年前
  William Ting 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths. 12年前
  William Ting 05026ff54e break db load into smaller functions, load backup if opening primary db fails 12年前
  William Ting 626fa8b080 version bump to v20-9 12年前
  William Ting b00e0e85e1 Fix #123, new installations were not initializing database properly. 12年前
  William Ting b3c3253e89 tweak release target to build docs and test first 12年前
  William Ting 867be37543 remove tmp files created from unit tests 12年前
  William Ting 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation. 12年前
  William Ting 1b765ab8a6 Use zsh version agnostic approach regarding substring matching 12年前
  William Ting c2d72e442a remove references to jumpstat within manpages 12年前
  William Ting 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for 12年前
  William Ting d194429782 Test zsh version before using appropriate regex test conditional. 12年前
  William Ting 3f78b56bc7 Remove unnecessary code from install.sh. 12年前
  William Ting 3fdc213149 Merge pull request #125 from KenMacD/zsh 12年前
  Kenny MacDermid ee1be0310b Use -pcre-match in .zsh instead of =~. 12年前
  William Ting e62e720765 move config back to global space 12年前
  William Ting 7123e23706 minor version bump to v20-6 12年前
  William Ting 57053a76fa Add dev section to README.md and update makefile to reflect new section. 12年前
  William Ting f25d7ba996 add unit tests, run using: make test 12年前
  William Ting 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes 12年前
  William Ting 79e644bd63 Add name(s) to AUTHORS 12年前
  William Ting 009b01d94a tweak docs regarding minimum requirements 12年前
  William Ting e8118186e4 tweak documentation wording 12年前
  William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly 12年前
  William Ting 83e01c5251 tweak mailing list wording 12年前
  William Ting effe34924d Add Google Group information to documentation 12年前
  Joel Schaerer 08a79c1113 Add the google group to the README 12年前
  William Ting 60a9c1c2f1 add purge option to clear database of missing entries 12年前
  William Ting a4cbff774b add copyright back into main file 12年前
  William Ting be82be31d5 fix env var settings 12年前
  William Ting 9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion 12年前
  William Ting 788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive 12年前