409 Commits (251dd473871cf9457786fb14de369005a14a1d2c)
 

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