Commit Graph

210 Commits (e1ee1724379a0ea9bdaba24838a2e3f0bd5d8a59)
 

Author SHA1 Message Date
Joël Schaerer e1ee172437 attempt to fix completion of weird directory names
13 years ago
Joel Schaerer 00ce1696a7 try to fix OS X install
13 years ago
Joël Schaerer c41771e2f2 Merge branch 'contrib/xdg-base-directory' of git://git.ortolo.eu/pkg-autojump into tanguy
13 years ago
Joël Schaerer 988adeaee8 hide the error file
13 years ago
Joel Schaerer b9e36611a9 Merge pull request #66 from ntodd/master
13 years ago
Nate Todd 8fd4364e1a added note to readme about Homebrew package availability
13 years ago
Joel Schaerer 48d2e68f4e attempt fixing jumpapplet, even though I think nobody uses it :)
13 years ago
Joel Schaerer 8069ebf7e3 Merge pull request #64 from shelhamer/osx_lion_fix
13 years ago
Joel Schaerer 025fdaba7a Merge pull request #57 from BinaryMuse/osx_bashrc_fix
13 years ago
Tanguy Ortolo 07ad27b583 Let autojump follow the XDG Base Directory Spec.
13 years ago
Tanguy Ortolo a45d94167f Update the shell snippets to use the XDG spec.
13 years ago
Tanguy Ortolo 88575c72f8 Let jumpapplet follow the XDG Base Directory Spec.
13 years ago
Evan Shelhamer eac27be032 Fix PROMPT_COMMAND for compatibility with OS X Lion
13 years ago
Brandon Tilley f1492bbe80 Make install.sh check for sourcing of .bashrc
13 years ago
Joel Schaerer 3c67f84437 Merge pull request #54 from int3/other-changes
13 years ago
jez 5d949f4e8a Use pickle protocol 2.
13 years ago
William Ting 34419c3eae fixed regex matching vs existing source /etc/profile line in .bashrc
13 years ago
Joel Schaerer 1bc3440968 avoid overwriting another user's database
13 years ago
Tanguy Ortolo 36daeb1e32 Added Debian to the README.
13 years ago
Joel Schaerer 16da74b2ff add an exit status to the j functions
14 years ago
Joel Schaerer 1bf91d1b25 add an exit status to the autojump main script
14 years ago
Joel Schaerer 006dd5cbec remove old, unused code
14 years ago
Andy Leonard 18009e1aff Ignore emacs editor saves.
14 years ago
Joel Schaerer 694cc3fd9a jumpapplet is written in python2
14 years ago
Joel Schaerer 9734cfa736 use your actual shell instead of the one in /usr/bin
14 years ago
Joel Schaerer 4e579d5f63 more pylint
14 years ago
Joel Schaerer b2e010e69a this signal handler shouldn't be needed anymore,
14 years ago
Joel Schaerer ed5b2b2fed more pylint
14 years ago
Joel Schaerer 43d2d94a48 attempt to make autojump more pep8-compliant
14 years ago
Joel Schaerer 0217d6e066 fix perms: these scripts are meant to be sourced, not executed
14 years ago
Michael Schout 550c21dc98 fix shbang line so it will find python if not in /usr/bin
14 years ago
Joël Schaerer d6f398858c minor fixes
14 years ago
Joël Schaerer 82d3e14c1f initial version of script for ipython
14 years ago
Davide Setti 8a24aa89b3 use itemgetter() in sort() instead of a lambda function
14 years ago
Joël Schaerer d50de9196a attempt to fix permissions problem
14 years ago
Joël Schaerer d9010198ef no need for a hidden file in this directory
14 years ago
Joël Schaerer 929ba399b5 remove old compatibility code since we don't support <2.6 anymore anyways
14 years ago
Joël Schaerer 06f4cba19d 2.x compatibility
14 years ago
Joel Schaerer 19927146dd 2.x compatibility
14 years ago
Joel Schaerer c25668f4f7 fix for backwards compatibility with 2.x pickles
14 years ago
Joel Schaerer 4d371fad21 try to support both python 3 and python 2
14 years ago
Joel Schaerer edec6a140f create some directories if they don't exist
14 years ago
Joel Schaerer c877a51ad6 disable XDG_DATA_HOME for now
14 years ago
Joël Schaerer e04382358b tentative fix of corner case path bug
14 years ago
Joël Schaerer 52f3c84b29 try to make autojump more robust to concurrent uses over network filesystems
14 years ago
Joël Schaerer de9270bb99 tell the user he needs to source his *rc before he can start using autojump
14 years ago
Joël Schaerer 6b9880dc47 chain commands in the prompt_command with ; rather than &&
14 years ago
Joël Schaerer 4f9d0254a2 Merge branch 'master' of github.com:joelthelion/autojump
14 years ago
Joël Schaerer cdf5772d48 mention that autojump isn't meant to be a drop-in replacement for cd
14 years ago
Joel Schaerer 563cc4ff0d Merge branch 'master' of github.com:joelthelion/autojump
14 years ago