1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Commit Graph

  • b829fd5a4a Fix PROMPT_COMMAND issues JrCs 2012-11-23 09:15:59 +01:00
  • d9290e85cd minor documenation formatting tweak William Ting 2012-11-30 11:10:38 -06:00
  • 2c75c36229 only open files as utf-8 with Python 3.0+ release-v21.1.2 William Ting 2012-11-23 10:57:54 -06:00
  • 024d550c8c Disable bash autocompletion, make it optional. Add relevant documentation. Closes #140. William Ting 2012-11-23 08:30:15 -06:00
  • 96d9d8333e Merge pull request #165 from khughitt/master William Ting 2012-11-23 06:15:06 -08:00
  • 1729d686e1 Fix --dry-run not defaulting to --auto jjacky 2012-11-23 10:42:02 +01:00
  • 3750465faa Updated autojump Ipython module to support new versions of IPython Keith Hughitt 2012-11-23 09:10:22 -05:00
  • 2de05fde9c Dry run defaults to --auto if only option. Closes #164. William Ting 2012-11-23 07:46:17 -06:00
  • d0e0a990ce Set default encoding to UTF-8 when opening database file. Closes #162. William Ting 2012-11-22 17:13:38 -06:00
  • 50e6054e13 Version bump to v21.1.0, update relevant documentation. release-v21.1.0 William Ting 2012-11-22 16:44:05 -06:00
  • 8b13949173 Consolidate source calls to use autojump.sh. Modify autojump.sh to support custom installations. William Ting 2012-11-22 16:33:05 -06:00
  • 44c066d21d Update install.sh help documentation William Ting 2012-11-22 14:51:46 -06:00
  • 626946bccc Set default installation to auto if only --force flag is passed. William Ting 2012-11-22 14:45:10 -06:00
  • de0957ba18 Modify add message. William Ting 2012-11-22 13:57:17 -06:00
  • 9b6fad8556 Immediately quits installation if "Permission denied" error encountered. William Ting 2012-11-22 12:27:38 -06:00
  • b9903f1269 Modify add message. William Ting 2012-11-22 12:24:39 -06:00
  • b512aec9bf Remove --bash and --zsh options, always install both versions. William Ting 2012-11-22 12:01:21 -06:00
  • 987ead6814 Rename -P / --show_path to -n / --dry_run. William Ting 2012-11-22 11:37:36 -06:00
  • 904066373b Set default install to --auto when no arguments passed. William Ting 2012-11-22 11:21:31 -06:00
  • a84062b42b Fix install.sh script to support destdir jjacky 2012-11-16 14:42:48 +01:00
  • 837671fe0b refactoring William Ting 2012-11-22 14:15:28 -06:00
  • 02a47db68d Consolidate version numbers. William Ting 2012-11-21 23:44:12 -06:00
  • 2554fc7ed4 refactor a few lines for legibility release-v21.0.5 William Ting 2012-11-21 17:48:12 -06:00
  • fd287eab04 Reverts commit 74c50133d2. Fixes #159, #160. William Ting 2012-11-21 17:33:31 -06:00
  • 99d4254772 Merge pull request #158 from megies/patch-1 William Ting 2012-11-21 15:28:49 -08:00
  • 5b1d2fb01f Update README.md Tobias Megies 2012-11-13 00:35:08 +01:00
  • e9af12b646 Merge pull request #157 from barsch/patch-1 William Ting 2012-11-12 09:18:59 -08:00
  • acff302a49 Update README.md Robert Barsch 2012-11-12 17:57:44 +01:00
  • 48c52a7422 Test for brew existence before testing for brew zsh site functions directory. William Ting 2012-11-03 18:27:41 -05:00
  • f46b541105 remove adding git version to autojump install William Ting 2012-11-01 04:25:42 -05:00
  • ac1bfeb784 version bump to v21.0.3 release-v21.0.3 William Ting 2012-11-01 03:59:44 -05:00
  • 74c50133d2 Add autojump to the end of PROMPT_COMMAND JrCs 2012-07-19 15:08:35 +02:00
  • 6a6090892d minor ChangeLog update William Ting 2012-10-30 23:03:07 -05:00
  • 885c4e68ce minor Makefile edit William Ting 2012-10-30 22:30:45 -05:00
  • 1b5d9df854 minor documentation reformat release-v21.0.2 William Ting 2012-10-30 22:07:04 -05:00
  • 7b4a54ccc1 set permission 0755 to _j in install.sh muratayusuke 2012-10-19 20:37:19 +09:00
  • 251dd47387 Update install.md: Python 2.6 is supported again Daniel Hahler 2012-09-27 10:57:13 +02:00
  • 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1 William Ting 2012-10-30 21:19:04 -05:00
  • 5745c34c23 version numbering William Ting 2012-10-30 21:05:16 -05:00
  • a2657d6fca Merge pull request #150 from blueyed/master William Ting 2012-09-26 16:40:06 -07:00
  • 4382116b55 Vendorize argparse Daniel Hahler 2012-09-26 22:04:45 +02:00
  • 1ab78ae91c merging rc branch William Ting 2012-07-02 17:46:01 -10:00
  • 3acedf2ed8 Remove loading compinit module from autojump.zsh. William Ting 2012-07-02 17:34:21 -10:00
  • ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. William Ting 2012-06-28 18:50:25 -10:00
  • 5613562e8b Minor documentation updates. William Ting 2012-06-27 09:15:04 -10:00
  • 7d58446fed Minor documentation updates. William Ting 2012-06-27 09:15:04 -10:00
  • 164c2b15a7 Update documentation regarding ZSH tab completion. William Ting 2012-06-26 10:17:14 -10:00
  • 99ee524fcc Add ZSH tab completion fix to ChangeLog. William Ting 2012-06-23 14:47:23 -10:00
  • c62a8923ae Add v21 release notes, minor documentation update. William Ting 2012-06-23 14:38:26 -10:00
  • f41d0fb7b3 Remove database migration code support for v17 and older. William Ting 2012-06-23 13:21:24 -10:00
  • e96dc4c9d8 Fix #86: ZSH tab completion William Ting 2012-06-23 10:20:27 -10:00
  • 1994d0bb13 Merge pull request #131 from marktran/master William Ting 2012-06-19 19:29:32 -07:00
  • 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula Mark Tran 2012-06-19 18:49:36 -07:00
  • b510aa6824 switch to semantic versioning William Ting 2012-06-16 13:57:40 -10:00
  • ed1d002c38 switch to semantic versioning release-v20.9 William Ting 2012-06-16 13:55:32 -10:00
  • 76ac9a155d switch to semantic versioning release-v20.8 William Ting 2012-06-16 13:54:29 -10:00
  • 6962da3fa2 switch to semantic versioning release-v20.7 William Ting 2012-06-16 13:52:43 -10:00
  • 81beaac8ef switch to semantic versioning release-v20.6 William Ting 2012-06-16 13:51:26 -10:00
  • c5a018df16 switch to semantic versioning release-v20.5 William Ting 2012-06-16 13:45:55 -10:00
  • f29876b202 Fix #130: Use temporary directory for unit tests. William Ting 2012-06-10 20:50:18 -10:00
  • 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths. William Ting 2012-06-04 08:06:25 -10:00
  • 05026ff54e break db load into smaller functions, load backup if opening primary db fails William Ting 2012-05-28 09:44:09 -10:00
  • 626fa8b080 version bump to v20-9 William Ting 2012-05-28 09:24:04 -10:00
  • b00e0e85e1 Fix #123, new installations were not initializing database properly. William Ting 2012-05-28 09:21:31 -10:00
  • b3c3253e89 tweak release target to build docs and test first William Ting 2012-05-28 09:18:28 -10:00
  • 867be37543 remove tmp files created from unit tests William Ting 2012-05-27 13:35:47 -10:00
  • 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation. William Ting 2012-05-27 13:14:01 -10:00
  • 1b765ab8a6 Use zsh version agnostic approach regarding substring matching William Ting 2012-05-27 13:04:24 -10:00
  • c2d72e442a remove references to jumpstat within manpages William Ting 2012-05-27 11:56:38 -10:00
  • 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 -10:00
  • d194429782 Test zsh version before using appropriate regex test conditional. William Ting 2012-05-27 10:53:33 -10:00
  • 3f78b56bc7 Remove unnecessary code from install.sh. William Ting 2012-05-27 09:18:54 -10:00
  • 3fdc213149 Merge pull request #125 from KenMacD/zsh William Ting 2012-05-22 10:57:48 -07:00
  • ee1be0310b Use -pcre-match in .zsh instead of =~. Kenny MacDermid 2012-05-20 12:16:31 -03:00
  • e62e720765 move config back to global space William Ting 2012-05-12 17:00:38 -10:00
  • 7123e23706 minor version bump to v20-6 William Ting 2012-05-12 16:38:51 -10:00
  • 57053a76fa Add dev section to README.md and update makefile to reflect new section. William Ting 2012-05-12 16:38:09 -10:00
  • f25d7ba996 add unit tests, run using: make test William Ting 2012-05-12 16:31:58 -10:00
  • 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes William Ting 2012-05-12 16:31:37 -10:00
  • 79e644bd63 Add name(s) to AUTHORS William Ting 2012-05-12 03:22:41 -10:00
  • 009b01d94a tweak docs regarding minimum requirements William Ting 2012-05-08 09:18:43 -10:00
  • e8118186e4 tweak documentation wording William Ting 2012-05-08 09:09:16 -10:00
  • 0818bf8164 Fix #110, autojump_ignore_case now working properly William Ting 2012-05-08 09:08:50 -10:00
  • 83e01c5251 tweak mailing list wording William Ting 2012-05-07 09:12:27 -10:00
  • effe34924d Add Google Group information to documentation William Ting 2012-05-06 23:32:04 -10:00
  • 08a79c1113 Add the google group to the README Joel Schaerer 2012-05-07 11:21:37 +02:00
  • 60a9c1c2f1 add purge option to clear database of missing entries William Ting 2012-05-06 20:50:40 -10:00
  • a4cbff774b add copyright back into main file William Ting 2012-05-06 20:19:19 -10:00
  • be82be31d5 fix env var settings William Ting 2012-05-06 19:51:09 -10:00
  • 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 -10:00
  • 788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive William Ting 2012-05-06 18:30:22 -10:00
  • d7cea40619 implement basic fuzzy search William Ting 2012-05-06 18:10:06 -10:00
  • f98b13641f increment path weights on a log scale William Ting 2012-05-06 15:54:27 -10:00
  • 900e3889e7 bump stored paths William Ting 2012-05-06 15:29:23 -10:00
  • 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 -10:00
  • ad10e13c4a minor refactoring William Ting 2012-05-06 15:09:37 -10:00
  • 73d18eecf2 minor reorganization William Ting 2012-05-06 14:34:03 -10:00
  • a96d1bca9d minor reorganization tweaks William Ting 2012-05-06 14:05:47 -10:00
  • 7343ef1825 move match last pattern into separate funciton and disabled William Ting 2012-05-06 13:51:18 -10:00
  • 31001c9456 Move argument parsing into function, fix database class items, add preserve option William Ting 2012-05-06 13:41:00 -10:00