Commit Graph

  • 7ee1a05c8e Merge 74c50133d2 into 6a6090892d #139 JrCs 2012-11-01 01:17:18 -0700
  • 74c50133d2 Add autojump to the end of PROMPT_COMMAND #139 JrCs 2012-07-19 15:08:35 +0200
  • 6a6090892d minor ChangeLog update William Ting 2012-10-30 23:03:07 -0500
  • 885c4e68ce minor Makefile edit William Ting 2012-10-30 22:30:45 -0500
  • 1b5d9df854 minor documentation reformat release-v21.0.2 William Ting 2012-10-30 22:07:04 -0500
  • 7b4a54ccc1 set permission 0755 to _j in install.sh muratayusuke 2012-10-19 20:37:19 +0900
  • 251dd47387 Update install.md: Python 2.6 is supported again Daniel Hahler 2012-09-27 10:57:13 +0200
  • 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1 William Ting 2012-10-30 21:19:04 -0500
  • 5745c34c23 version numbering William Ting 2012-10-30 21:05:16 -0500
  • 30d1e66a0f Merge 297f7927de into 16e0c51bae #153 Yusuke Murata 2012-10-19 08:01:04 -0700
  • 297f7927de set permission 0755 to _j in install.sh #153 muratayusuke 2012-10-19 20:37:19 +0900
  • 16e0c51bae Merge pull request #151 from blueyed/master William Ting 2012-09-27 10:20:57 -0700
  • 7cf7ceb606 Merge 10ed937bc1 into a2657d6fca #151 Daniel Hahler 2012-09-27 01:59:42 -0700
  • 10ed937bc1 Update install.md: Python 2.6 is supported again #151 Daniel Hahler 2012-09-27 10:57:13 +0200
  • a2657d6fca Merge pull request #150 from blueyed/master William Ting 2012-09-26 16:40:06 -0700
  • 3a14e4c1fc Merge 4382116b55 into 1ab78ae91c #150 Daniel Hahler 2012-09-26 13:25:54 -0700
  • 4382116b55 Vendorize argparse #150 Daniel Hahler 2012-09-26 22:04:45 +0200
  • a75e075252 Merge 2a499232ed into 1ab78ae91c #141 myint 2012-07-29 21:41:14 -0700
  • 2a499232ed Format to conform to PEP 8 #141 myint 2012-07-29 21:37:41 -0700
  • 1ab78ae91c merging rc branch William Ting 2012-07-02 17:46:01 -1000
  • 3acedf2ed8 Remove loading compinit module from autojump.zsh. William Ting 2012-07-02 17:34:21 -1000
  • ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. William Ting 2012-06-28 18:50:25 -1000
  • 5613562e8b Minor documentation updates. William Ting 2012-06-27 09:15:04 -1000
  • 7d58446fed Minor documentation updates. William Ting 2012-06-27 09:15:04 -1000
  • 164c2b15a7 Update documentation regarding ZSH tab completion. William Ting 2012-06-26 10:17:14 -1000
  • 99ee524fcc Add ZSH tab completion fix to ChangeLog. William Ting 2012-06-23 14:47:23 -1000
  • c62a8923ae Add v21 release notes, minor documentation update. William Ting 2012-06-23 14:38:26 -1000
  • f41d0fb7b3 Remove database migration code support for v17 and older. William Ting 2012-06-23 13:21:24 -1000
  • e96dc4c9d8 Fix #86: ZSH tab completion William Ting 2012-06-23 10:20:27 -1000
  • 1994d0bb13 Merge pull request #131 from marktran/master William Ting 2012-06-19 19:29:32 -0700
  • c66b391094 Merge 3c439a278e into b510aa6824 #131 GitHub Merge Button 2012-06-19 18:50:36 -0700
  • 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula #131 Mark Tran 2012-06-19 18:49:36 -0700
  • b510aa6824 switch to semantic versioning William Ting 2012-06-16 13:57:40 -1000
  • ed1d002c38 switch to semantic versioning release-v20.9 William Ting 2012-06-16 13:55:32 -1000
  • 76ac9a155d switch to semantic versioning release-v20.8 William Ting 2012-06-16 13:54:29 -1000
  • 6962da3fa2 switch to semantic versioning release-v20.7 William Ting 2012-06-16 13:52:43 -1000
  • 81beaac8ef switch to semantic versioning release-v20.6 William Ting 2012-06-16 13:51:26 -1000
  • c5a018df16 switch to semantic versioning release-v20.5 William Ting 2012-06-16 13:45:55 -1000
  • f29876b202 Fix #130: Use temporary directory for unit tests. William Ting 2012-06-10 20:50:18 -1000
  • 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths. William Ting 2012-06-04 08:06:25 -1000
  • 05026ff54e break db load into smaller functions, load backup if opening primary db fails William Ting 2012-05-28 09:44:09 -1000
  • 626fa8b080 version bump to v20-9 William Ting 2012-05-28 09:24:04 -1000
  • b00e0e85e1 Fix #123, new installations were not initializing database properly. William Ting 2012-05-28 09:21:31 -1000
  • b3c3253e89 tweak release target to build docs and test first William Ting 2012-05-28 09:18:28 -1000
  • 867be37543 remove tmp files created from unit tests William Ting 2012-05-27 13:35:47 -1000
  • 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation. William Ting 2012-05-27 13:14:01 -1000
  • 1b765ab8a6 Use zsh version agnostic approach regarding substring matching William Ting 2012-05-27 13:04:24 -1000
  • c2d72e442a remove references to jumpstat within manpages William Ting 2012-05-27 11:56:38 -1000
  • 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for --stat added, jumpstat alias removed. William Ting 2012-05-27 11:24:49 -1000
  • d194429782 Test zsh version before using appropriate regex test conditional. William Ting 2012-05-27 10:53:33 -1000
  • 3f78b56bc7 Remove unnecessary code from install.sh. William Ting 2012-05-27 09:18:54 -1000
  • 3fdc213149 Merge pull request #125 from KenMacD/zsh William Ting 2012-05-22 10:57:48 -0700
  • db18b05739 Merge ee1be0310b into e62e720765 #125 GitHub Merge Button 2012-05-22 08:22:06 -0700
  • ee1be0310b Use -pcre-match in .zsh instead of =~. #125 Kenny MacDermid 2012-05-20 12:16:31 -0300
  • e62e720765 move config back to global space William Ting 2012-05-12 17:00:38 -1000
  • 7123e23706 minor version bump to v20-6 William Ting 2012-05-12 16:38:51 -1000
  • 57053a76fa Add dev section to README.md and update makefile to reflect new section. William Ting 2012-05-12 16:38:09 -1000
  • f25d7ba996 add unit tests, run using: make test William Ting 2012-05-12 16:31:58 -1000
  • 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes William Ting 2012-05-12 16:31:37 -1000
  • 79e644bd63 Add name(s) to AUTHORS William Ting 2012-05-12 03:22:41 -1000
  • 009b01d94a tweak docs regarding minimum requirements William Ting 2012-05-08 09:18:43 -1000
  • e8118186e4 tweak documentation wording William Ting 2012-05-08 09:09:16 -1000
  • 0818bf8164 Fix #110, autojump_ignore_case now working properly William Ting 2012-05-08 09:08:50 -1000
  • 83e01c5251 tweak mailing list wording William Ting 2012-05-07 09:12:27 -1000
  • effe34924d Add Google Group information to documentation William Ting 2012-05-06 23:32:04 -1000
  • 08a79c1113 Add the google group to the README Joel Schaerer 2012-05-07 11:21:37 +0200
  • 60a9c1c2f1 add purge option to clear database of missing entries William Ting 2012-05-06 20:50:40 -1000
  • a4cbff774b add copyright back into main file William Ting 2012-05-06 20:19:19 -1000
  • be82be31d5 fix env var settings William Ting 2012-05-06 19:51:09 -1000
  • 9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion William Ting 2012-05-06 18:40:19 -1000
  • 788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive William Ting 2012-05-06 18:30:22 -1000
  • d7cea40619 implement basic fuzzy search William Ting 2012-05-06 18:10:06 -1000
  • f98b13641f increment path weights on a log scale William Ting 2012-05-06 15:54:27 -1000
  • 900e3889e7 bump stored paths William Ting 2012-05-06 15:29:23 -1000
  • 6a16a7ec67 update shell scripts to use new tab completion argument --complete, update docs with new --preserve option William Ting 2012-05-06 15:17:33 -1000
  • ad10e13c4a minor refactoring William Ting 2012-05-06 15:09:37 -1000
  • 73d18eecf2 minor reorganization William Ting 2012-05-06 14:34:03 -1000
  • a96d1bca9d minor reorganization tweaks William Ting 2012-05-06 14:05:47 -1000
  • 7343ef1825 move match last pattern into separate funciton and disabled William Ting 2012-05-06 13:51:18 -1000
  • 31001c9456 Move argument parsing into function, fix database class items, add preserve option William Ting 2012-05-06 13:41:00 -1000
  • 46b8d84c7e Move database logic into database object William Ting 2012-05-06 13:12:39 -1000
  • da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE William Ting 2012-05-06 12:56:01 -1000
  • 9ee7906472 fix documentation formatting William Ting 2012-04-17 20:38:49 -1000
  • f91c7e3954 split up doc building for manpage and readme.md William Ting 2012-04-17 14:26:54 -1000
  • 168865f138 fix install.sh to reflect new locations, tweak documentation where necessary William Ting 2012-04-17 13:40:53 -1000
  • acfc5c13ef restructure files, working make doc and make release William Ting 2012-04-17 13:09:39 -1000
  • 2ebcdba5bd reformat changelog William Ting 2012-04-17 12:38:19 -1000
  • 0d421dcfa4 Remove unicode string parsing in argument handling release-v20 William Ting 2012-04-11 23:29:13 -1000
  • 8decc17f3e Update documentation and install scripts to reflect new minimum Python requirements. William Ting 2012-04-11 23:03:03 -1000
  • 99f0d76cee Documentation update provides Mac Ports command for install. William Ting 2012-04-11 22:32:31 -1000
  • 3a767d1d9c remove leftover syntax when docs were in ReST format William Ting 2012-04-11 22:31:36 -1000
  • 1c7b930d9f Macports command instead of link to Portfile #119 Johnny Kuan 2012-04-12 02:40:18 -0400
  • 9e2a28ed77 ran make_doc.sh Johnny Kuan 2012-04-12 02:39:15 -0400
  • e23f4a0265 update documentation with known issues (i.e. long standing bugs) William Ting 2012-04-11 20:37:02 -1000
  • 2cfd91bf72 Modify documentation to notify that minimum Python version is 2.7 instead of 2.6. William Ting 2012-04-11 19:37:16 -1000
  • f5132bbfad version numbering William Ting 2012-04-10 14:43:06 -1000
  • cd126da416 minor documentation update in preparation for release-v20 William Ting 2012-04-10 14:43:02 -1000
  • 2c2875f841 Update documentation, particularly how to prefer symbolic links or change directory weights within the database. William Ting 2012-04-08 05:52:47 -1000
  • efa8bbcf81 Fixes #112, fixes #116. Simplify documentation build. William Ting 2012-04-07 06:57:16 -1000
  • 079abfdbe6 Fix default autojump behavior when run with 0 arguments. William Ting 2012-04-07 04:43:59 -1000