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

Commit Graph

  • db4ad6f049 version numbering release-v19 Joël Schaerer 2011-12-11 13:17:03 +01:00
  • e5a9008aa8 cleanup, add a few diff tools Joël Schaerer 2011-12-11 13:16:26 +01:00
  • f64b990d6a cleanup Joël Schaerer 2011-11-30 10:24:25 +01:00
  • 2832519a99 added in getent compatible dscl call for macos Jesse Sanford 2011-11-29 13:37:43 -05:00
  • df67df476b prototype of completion for cp and mv Joël Schaerer 2011-11-28 17:12:04 +01:00
  • 054edc5bd9 explain work is needed after installing autojump on debian Joël Schaerer 2011-11-22 13:53:15 +01:00
  • 0ce5845da7 version numbering release-v18 Joël Schaerer 2011-11-18 14:27:51 +01:00
  • 0bfba9ff1f automated version numbering commit Joël Schaerer 2011-11-18 14:27:31 +01:00
  • 2f4581665e avoid making the tag on the wrongly numbered autojump Joël Schaerer 2011-11-18 14:25:54 +01:00
  • 79f2b29de5 fix installer to make it sudoless Joël Schaerer 2011-09-27 16:07:37 +02:00
  • 27617eb64f cosmetic changes Joël Schaerer 2011-09-27 15:47:24 +02:00
  • 4e3d55f9d0 Merge remote-tracking branch 'xiaonaitong/master' into windows Joël Schaerer 2011-09-27 15:42:55 +02:00
  • 975ff2a6a0 turns out this symbolic link is required for jumpapplet now Joël Schaerer 2011-09-27 15:22:16 +02:00
  • 46ba7d61f0 avoid failing when the user didn't install from git Joël Schaerer 2011-09-24 11:54:40 +02:00
  • b6eb9fb81b update make_release to use git-version Joël Schaerer 2011-09-24 11:48:26 +02:00
  • 6cc6728045 remove autojump.py and mv; use sed -i instead Joël Schaerer 2011-09-24 11:45:47 +02:00
  • 8bc532c42f Merge remote-tracking branch 'jkuan/git_version' into version_info Joël Schaerer 2011-09-24 11:36:32 +02:00
  • 2350da51e5 use git describe instead of rev-parse Johnny Kuan 2011-09-22 02:06:08 -07:00
  • f530236e23 remove sudo in install.sh xiaonaitong 2011-09-21 19:04:50 +08:00
  • e5e0001dad fix completion error when path contain spaces add comment to explain that there is no need to check previlege in windows xiaonaitong 2011-09-21 18:34:17 +08:00
  • d1a38d150e don't need temp file xiaonaitong 2011-09-21 10:26:49 +08:00
  • 07e5767952 missing $SUDO when copy files to /etc/profile.d xiaonaitong 2011-09-20 06:53:31 -06:00
  • f403a4b529 Merge remote branch 'joelthelion/master' xiaonaitong 2011-09-20 06:40:50 -06:00
  • b318e11a6a don't use --bash option in function j xiaonaitong 2011-09-20 18:45:42 +08:00
  • b39c84ec86 sudo is needed in non-windows system xiaonaitong 2011-09-20 09:46:09 +08:00
  • f75b11d143 fix typo in installers Johnny Kuan 2011-09-15 23:35:20 -07:00
  • 12bf584088 change version to git revision when installing Johnny Kuan 2011-09-15 23:21:35 -07:00
  • f438372616 add version and help options Johnny Kuan 2011-09-15 23:20:50 -07:00
  • c2bd900989 try to avoid hammering the filesystem Joël Schaerer 2011-09-15 17:06:15 +02:00
  • d9a423370a redo previlege check except in windows xiaonaitong 2011-09-15 16:05:51 +08:00
  • a6410994c2 quick fix so thant it works on mingw and bash 3.1 xiaonaitong 2011-09-14 13:56:30 +08:00
  • 92b80073fd save the database in sorted form, for easier edition Joël Schaerer 2011-09-13 15:28:12 +02:00
  • 0ee020c72c (ugly) fixes for python 3 Joël Schaerer 2011-09-12 17:04:37 +02:00
  • 81670c5fbc Try to correct the use of unicode Joël Schaerer 2011-09-12 16:42:40 +02:00
  • 0298ef5484 Migration code for the new database format Joël Schaerer 2011-09-10 20:20:08 +02:00
  • 0b07cf030e Merge branch 'master' into text_format Joël Schaerer 2011-09-10 19:23:30 +02:00
  • a4f4472046 Send error message to stderr Joël Schaerer 2011-09-09 13:04:35 +02:00
  • b2985f3255 "Eat" paths to avoid multiple patterns matching the same part of the string Joël Schaerer 2011-09-09 13:04:21 +02:00
  • e1ee172437 attempt to fix completion of weird directory names release-v17 Joël Schaerer 2011-09-07 13:24:24 +02:00
  • 3b2276bdb9 attempt to fix completion of weird directory names Joël Schaerer 2011-09-07 13:24:24 +02:00
  • 01179b86f4 use a text format for the path file, for easy edition Joël Schaerer 2011-09-06 14:21:59 +00:00
  • 00ce1696a7 try to fix OS X install Joel Schaerer 2011-08-28 10:10:54 +02:00
  • c41771e2f2 Merge branch 'contrib/xdg-base-directory' of git://git.ortolo.eu/pkg-autojump into tanguy Joël Schaerer 2011-08-26 15:59:02 +02:00
  • 988adeaee8 hide the error file Joël Schaerer 2011-08-26 15:28:17 +02:00
  • b9e36611a9 Merge pull request #66 from ntodd/master Joel Schaerer 2011-08-20 02:19:41 -07:00
  • 8fd4364e1a added note to readme about Homebrew package availability Nate Todd 2011-08-19 13:47:29 -04:00
  • 48d2e68f4e attempt fixing jumpapplet, even though I think nobody uses it :) Joel Schaerer 2011-08-19 11:22:12 +02:00
  • 8069ebf7e3 Merge pull request #64 from shelhamer/osx_lion_fix release-v16 Joel Schaerer 2011-07-28 02:18:47 -07:00
  • 025fdaba7a Merge pull request #57 from BinaryMuse/osx_bashrc_fix Joel Schaerer 2011-07-28 01:53:23 -07:00
  • 07ad27b583 Let autojump follow the XDG Base Directory Spec. Tanguy Ortolo 2011-07-24 21:16:36 +02:00
  • a45d94167f Update the shell snippets to use the XDG spec. Tanguy Ortolo 2011-07-24 21:08:56 +02:00
  • 88575c72f8 Let jumpapplet follow the XDG Base Directory Spec. Tanguy Ortolo 2011-07-24 20:56:46 +02:00
  • eac27be032 Fix PROMPT_COMMAND for compatibility with OS X Lion Evan Shelhamer 2011-07-21 20:18:34 -04:00
  • f1492bbe80 Make install.sh check for sourcing of .bashrc Brandon Tilley 2011-06-17 21:30:31 -07:00
  • 3c67f84437 Merge pull request #54 from int3/other-changes Joel Schaerer 2011-06-06 01:33:27 -07:00
  • 5d949f4e8a Use pickle protocol 2. jez 2011-06-01 19:30:29 +00:00
  • 34419c3eae fixed regex matching vs existing source /etc/profile line in .bashrc William Ting 2011-04-25 17:20:57 +08:00
  • 1bc3440968 avoid overwriting another user's database release-v15 Joel Schaerer 2011-03-30 20:03:38 +02:00
  • 36daeb1e32 Added Debian to the README. Tanguy Ortolo 2011-03-04 19:51:46 +01:00
  • 16da74b2ff add an exit status to the j functions Joel Schaerer 2011-02-07 22:51:59 +01:00
  • 1bf91d1b25 add an exit status to the autojump main script Joel Schaerer 2011-02-07 22:47:22 +01:00
  • 006dd5cbec remove old, unused code Joel Schaerer 2011-01-09 12:04:22 +01:00
  • 18009e1aff Ignore emacs editor saves. Andy Leonard 2011-01-02 13:07:40 +08:00
  • 694cc3fd9a jumpapplet is written in python2 Joel Schaerer 2011-01-06 13:00:08 +01:00
  • 9734cfa736 use your actual shell instead of the one in /usr/bin Joel Schaerer 2011-01-05 20:05:36 +01:00
  • 4e579d5f63 more pylint Joel Schaerer 2011-01-04 21:00:59 +01:00
  • b2e010e69a this signal handler shouldn't be needed anymore, Joel Schaerer 2011-01-03 23:24:22 +01:00
  • ed5b2b2fed more pylint Joel Schaerer 2011-01-03 23:23:26 +01:00
  • 43d2d94a48 attempt to make autojump more pep8-compliant Joel Schaerer 2010-12-23 11:05:20 +01:00
  • 0217d6e066 fix perms: these scripts are meant to be sourced, not executed Joel Schaerer 2010-12-19 11:58:45 +01:00
  • 550c21dc98 fix shbang line so it will find python if not in /usr/bin release-v14 Michael Schout 2010-12-03 00:46:23 +08:00
  • d6f398858c minor fixes Joël Schaerer 2010-11-25 15:33:53 +01:00
  • 82d3e14c1f initial version of script for ipython Joël Schaerer 2010-11-25 15:19:33 +01:00
  • 8a24aa89b3 use itemgetter() in sort() instead of a lambda function Davide Setti 2010-11-18 23:36:38 +08:00
  • d50de9196a attempt to fix permissions problem Joël Schaerer 2010-11-02 17:07:10 +01:00
  • d9010198ef no need for a hidden file in this directory Joël Schaerer 2010-10-27 14:52:28 +02:00
  • 929ba399b5 remove old compatibility code since we don't support <2.6 anymore anyways Joël Schaerer 2010-10-25 15:18:04 +02:00
  • 06f4cba19d 2.x compatibility Joël Schaerer 2010-10-25 10:06:29 +02:00
  • 19927146dd 2.x compatibility Joel Schaerer 2010-10-24 11:42:45 +02:00
  • c25668f4f7 fix for backwards compatibility with 2.x pickles Joel Schaerer 2010-10-24 11:36:24 +02:00
  • 4d371fad21 try to support both python 3 and python 2 Joel Schaerer 2010-10-24 11:30:01 +02:00
  • edec6a140f create some directories if they don't exist release-v13 Joel Schaerer 2010-10-01 16:49:18 +02:00
  • c877a51ad6 disable XDG_DATA_HOME for now Joel Schaerer 2010-10-01 16:36:41 +02:00
  • e04382358b tentative fix of corner case path bug Joël Schaerer 2010-09-30 14:37:43 +02:00
  • 52f3c84b29 try to make autojump more robust to concurrent uses over network filesystems Joël Schaerer 2010-09-29 15:22:13 +02:00
  • de9270bb99 tell the user he needs to source his *rc before he can start using autojump Joël Schaerer 2010-08-31 15:40:32 +02:00
  • 6b9880dc47 chain commands in the prompt_command with ; rather than && Joël Schaerer 2010-08-31 15:30:11 +02:00
  • 4f9d0254a2 Merge branch 'master' of github.com:joelthelion/autojump Joël Schaerer 2010-08-31 12:02:19 +02:00
  • cdf5772d48 mention that autojump isn't meant to be a drop-in replacement for cd Joël Schaerer 2010-08-31 12:01:39 +02:00
  • 563cc4ff0d Merge branch 'master' of github.com:joelthelion/autojump Joel Schaerer 2010-08-29 13:58:20 +02:00
  • 24db718bdd added files to uninstall directives Joel Schaerer 2010-08-29 13:57:54 +02:00
  • dfe7626251 small script to make releases with git Joël Schaerer 2010-08-25 11:49:33 +02:00
  • 145b8ee43e remove incorrect statement release-v12 Joël Schaerer 2010-08-25 11:23:28 +02:00
  • 512db419e1 make zsh installer more robust to fpath problems Joel Schaerer 2010-08-18 23:56:40 +02:00
  • e60f35d866 Avoid 'scalar parameter data_dir created globally in function' warning in Zsh Julien Nicoulaud 2010-08-18 16:51:31 +08:00
  • a013f8d463 while the db should stay of a reasonable size, we REALLY Joël Schaerer 2010-08-03 15:09:09 +02:00
  • 7bd7db8770 messed up the last commit Joël Schaerer 2010-07-26 16:31:45 +02:00
  • 4de9c1c311 put the autojump data files in the correct directories. Joël Schaerer 2010-07-26 16:24:34 +02:00
  • 6bcd8259a5 put header in the right place Joël Schaerer 2010-07-26 14:55:31 +02:00
  • 6f2ee56973 Merge branch 'master' of github.com:joelthelion/autojump Joël Schaerer 2010-07-23 16:26:54 +02:00