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

Commit Graph

  • d1fe6fead9 Remove tests from Makefile Wieland Hoffmann 2013-11-24 23:47:14 +01:00
  • a312764d69 Remove the mention of tests from development.md Wieland Hoffmann 2013-11-24 23:46:24 +01:00
  • 26db68a8e8 zsh/jo: Defer -options to j Wieland Hoffmann 2013-11-24 23:26:23 +01:00
  • 0b25bef134 Creates data directory before attempting to save the database. William Ting 2013-09-26 15:40:34 -05:00
  • 986f02124e Merge pull request #220 from junkblocker/patch-1 William Ting 2013-07-17 07:33:13 -07:00
  • adde814ed3 Prevent duplicates in chpwd_functions on re-source Manpreet Singh 2013-07-16 20:50:39 -07:00
  • 195312acad update docs, copyright year William Ting 2013-07-06 21:17:54 -05:00
  • 72b8c0a660 minor refactor William Ting 2013-07-06 20:23:34 -05:00
  • d692bc644a Merge pull request #214 from khughitt/master William Ting 2013-06-05 09:46:38 -07:00
  • 07c0313430 Added Python 3 support for autojump IPython plugin Keith Hughitt 2013-06-05 09:26:30 -04:00
  • fca26f3ef4 merge fish_support branch William Ting 2013-06-04 08:01:18 -05:00
  • 2a7b9835eb Merge pull request #209 from spice/master William Ting 2013-06-04 06:01:10 -07:00
  • e22a346b56 update install.sh to source shell specific file William Ting 2013-06-04 08:00:39 -05:00
  • f232f9afa8 bump to v21.6.9 release-v21.6.9 William Ting 2013-05-29 12:19:26 -05:00
  • c3a0900191 update docs release-v21.6.8 William Ting 2013-05-25 05:40:33 -07:00
  • 3573321ec7 update authors list William Ting 2013-05-25 05:32:58 -07:00
  • e72369c1a9 Use correct export syntax. Alexander Bolodurin 2013-05-25 22:28:06 +10:00
  • 6a639d59b2 update install.sh to support fish William Ting 2013-05-25 05:23:01 -07:00
  • e491a63175 Merge branch 'master' of git://github.com/spice/autojump into fish_support William Ting 2013-05-25 05:03:58 -07:00
  • d89c25a4fc stop adding home directory to database William Ting 2013-05-21 08:36:44 -07:00
  • 590909bafc reorder imports so vendorized argparse works correctly William Ting 2013-05-21 07:28:39 -07:00
  • 701e454dd6 Add Fish support. Alexander Bolodurin 2013-05-18 21:58:41 +10:00
  • 3e6f115ed8 remove old migration code William Ting 2013-05-14 23:05:49 -05:00
  • 286c099848 minor formatting changes William Ting 2013-05-14 23:00:22 -05:00
  • a489a8de70 fix tab completion William Ting 2013-05-14 22:53:07 -05:00
  • 3b8231c0b2 fix output_quotes() calls William Ting 2013-05-14 22:00:44 -05:00
  • 400cd62613 simplify tab completion William Ting 2013-05-14 21:58:43 -05:00
  • 78e0bb2880 explicit imports for NamedTemporaryFile William Ting 2013-05-14 21:58:23 -05:00
  • 57de0881da move max_matches logic into parse_args() William Ting 2013-05-14 21:58:00 -05:00
  • 2fcaefb017 refactor output(), add output_quotes() William Ting 2013-05-14 21:56:15 -05:00
  • 63925437bd remove unit tests William Ting 2013-05-14 20:58:37 -05:00
  • ac538503e1 minor formatting changes William Ting 2013-05-14 20:58:24 -05:00
  • dd7a0fbbc7 add weights decay back William Ting 2013-05-14 20:22:44 -05:00
  • 776f109b3a remove maintenance based on weights, remove AUTOJUMP_KEEP_ALL_ENTRIES William Ting 2013-05-14 19:43:43 -05:00
  • ba6b1e54ae update manpages William Ting 2013-05-14 19:14:03 -05:00
  • 2b6cfe7cdf remove zsh tab completion redundant code William Ting 2013-05-14 19:11:16 -05:00
  • e21292e573 update documentation William Ting 2013-05-14 19:07:55 -05:00
  • 96a2206931 separate --increase from --add, print out directory weights, don't add home directory to database William Ting 2013-05-14 19:03:08 -05:00
  • fcd7465ed8 switch away from global variables William Ting 2013-05-14 18:30:00 -05:00
  • 3b89c13cd2 fix stats William Ting 2013-05-14 17:46:28 -05:00
  • 2582ad6421 Refactor away from global variables, use defaultdict/iteration instead. William Ting 2013-05-14 17:34:19 -05:00
  • f5ff5a126f Update changelog, version butmp to v21.5.9. William Ting 2013-05-14 10:16:36 -05:00
  • de98e83b25 fix error log location release-v21.5.8 William Ting 2013-04-29 12:53:36 -05:00
  • c763b2afad better fix for custom installation directories William Ting 2013-04-24 19:05:56 -05:00
  • ad09ee27d4 Fix security bug that allows running arbitrary user code. William Ting 2013-04-24 15:34:53 -05:00
  • d3c1765255 minor fix William Ting 2013-04-19 09:49:53 -05:00
  • 81400f02a3 version bump to v21.5.4 William Ting 2013-04-18 16:44:58 -05:00
  • 72fe7e391d Prevents circular sourcing if shell is #/bin/sh William Ting 2013-04-18 16:43:43 -05:00
  • 3bbd8e8e50 Merge pull request #202 from rbrito/master William Ting 2013-04-15 09:52:23 -07:00
  • 2a49b8ca47 Use non-lazy enumeration for removal of dictionary keys. Rogério Brito 2013-04-14 12:52:13 -03:00
  • 883967e9f1 Merge pull request #201 from AeonAxan/patch-1 William Ting 2013-04-13 12:30:36 -07:00
  • f7e98ea498 fixed typo Ahmed Aeon Axan 2013-04-14 00:57:59 +05:30
  • 0b831e9019 Merge pull request #199 from jostber/master William Ting 2013-04-03 05:52:29 -07:00
  • a97c516758 Updated cygwin code as for autojump.bash jostber 2013-04-03 13:50:37 +02:00
  • 4284307579 Updated cygwin code to start file explorer correctly jostber 2013-04-03 13:48:23 +02:00
  • c17fceeff9 Merge pull request #198 from pank/master William Ting 2013-03-29 20:22:42 -07:00
  • e83ee24ea7 updated autojump.bash, removing export Rasmus 2013-03-30 03:36:41 +01:00
  • 9c1c73a673 Merge pull request #193 from svent/normalize_paths William Ting 2013-03-11 15:54:15 -07:00
  • 4685d86a17 normalize path ending before adding to the DB Sven Taute 2013-03-11 20:38:23 +01:00
  • 54aeff1cae Show database file when printing stats. William Ting 2013-02-25 00:03:46 -06:00
  • 6f887a2000 fix unit tests to match new decrease calculation William Ting 2013-02-24 23:55:29 -06:00
  • 79cf76bcf5 fix some pep 8 issues release-v21.5.1 William Ting 2013-02-24 23:49:45 -06:00
  • 4237861aba v21.5.0: add --increase and --decrease options to manually change weight. William Ting 2013-02-24 23:45:22 -06:00
  • b8901586cb adding option to decrease weight Xavier Lepaul 2013-02-24 20:52:09 -08:00
  • 0a87804277 remove mailing list link since it's unused William Ting 2013-02-17 12:31:34 -06:00
  • d9e7bbe67d minor docs update regarding compinit William Ting 2013-02-17 10:49:31 -06:00
  • f4fa47fd22 version bump to 21.4.6 William Ting 2013-02-14 13:41:20 -06:00
  • 409b2ec84c Merge pull request #184 from jsliang/master William Ting 2013-02-14 11:38:57 -08:00
  • c76ce0d083 Fix Issue #182 Jui-Shan Liang 2013-02-15 03:25:41 +08:00
  • 70aad547b8 Merge pull request #183 from jsliang/master William Ting 2013-02-14 11:11:12 -08:00
  • fa756cd7e9 Trying to fix Issue #177 Jui-Shan Liang 2013-02-15 02:59:01 +08:00
  • 48487e3050 minor version bump William Ting 2013-02-13 22:25:53 -06:00
  • 022b43edd2 Merge branch 'master' of github.com:joelthelion/autojump William Ting 2013-02-13 12:15:48 -06:00
  • 17d31d881e Revert "remove _j() as it was never used to begin with." William Ting 2013-02-13 12:14:52 -06:00
  • 1700640fb1 Merge pull request #180 from jsliang/master William Ting 2013-02-11 15:09:06 -08:00
  • 1d31f720f4 Fixed issue: Command "jc" doesn't jump correctly if sibling directories have same prefix Jui-Shan Liang 2013-02-12 03:16:13 +08:00
  • 833dcca408 version bump William Ting 2013-02-11 10:48:31 -06:00
  • 0dc77df13c Update docs on ZSH tab completion. William Ting 2013-02-11 10:34:08 -06:00
  • c7d0533dd8 handle white space properly when opening with file manager William Ting 2013-02-03 09:12:24 -06:00
  • ae978d3319 use zsh change directory hook rather than pre-command hook release-v21.4.2 William Ting 2013-02-01 15:00:26 -06:00
  • 214440af65 minor code cleanup William Ting 2013-02-01 14:59:34 -06:00
  • ad7f0fb27e update docs William Ting 2013-02-01 14:45:47 -06:00
  • 49a0d702ba remove _j() as it was never used to begin with. William Ting 2013-02-01 14:00:50 -06:00
  • ac2dc9f1d2 update docs about jo(), jc(), jco() William Ting 2013-02-01 13:57:54 -06:00
  • d57e7b779c add option to open file explorer window from the commandline, bump to 21.4.0 William Ting 2013-02-01 13:50:52 -06:00
  • c16b305e0d Added tips to the Additional Configuration section in README Jui-Shan Liang 2013-02-02 00:39:58 +08:00
  • 4ce2cb5929 Remove jumpapplet. release-v21.3.0 William Ting 2013-01-05 10:36:52 -06:00
  • 01fe4d6b57 Merge pull request #171 from higepon/master William Ting 2012-12-30 23:37:35 -08:00
  • ef2533492f Removed --zsh from README.md, since it seems that install.sh doesn't support it. Taro Minowa Higepon 2012-12-31 15:46:25 +09:00
  • 201e079c07 merging blueyed's changes to reduce stat() calls William Ting 2012-12-18 11:55:30 -06:00
  • 12805b0f58 Merge pull request #170 from blueyed/gh-find_matches-named-args William Ting 2012-12-18 09:41:32 -08:00
  • 182400ae8c Reduce lag for using when using sshfs mounts caused by checking pwd. William Ting 2012-12-18 11:33:36 -06:00
  • 10a8a3f785 Avoid file stats in find_matches for fuzzy=True, too Daniel Hahler 2012-12-18 17:14:53 +01:00
  • 4bd574aaf9 Use named args when calling find_matches Daniel Hahler 2012-12-18 16:03:29 +01:00
  • 586ce0deee Skip current_dir in find_matches for fuzzy=False, too Daniel Hahler 2012-12-18 15:46:24 +01:00
  • 6d98cf886d Do not decode os.path.realpath / path Daniel Hahler 2012-12-18 11:52:57 +01:00
  • 0547e23411 Avoid calls to stat() in find_matches Daniel Hahler 2012-12-18 11:32:58 +01:00
  • a99183bf8b Never jump to pwd, use next best option. release-v21.2.1 William Ting 2012-12-17 12:35:33 -06:00
  • f0e45478a7 Add jc function, jump to a subdirectory of the current working directory. release-v21.2.0 William Ting 2012-12-14 22:58:20 -06:00
  • da69e15efb add shorthand shortcut -v for --version release-v21.1.4 William Ting 2012-12-14 20:52:03 -06:00