Commit Graph

88 Commits (df67df476b7a3682ab11a556f0c00629f33727f0)

Author SHA1 Message Date
Joël Schaerer 0ce5845da7 version numbering
13 years ago
Joël Schaerer 27617eb64f cosmetic changes
13 years ago
Joël Schaerer 4e3d55f9d0 Merge remote-tracking branch 'xiaonaitong/master' into windows
13 years ago
Joël Schaerer 8bc532c42f Merge remote-tracking branch 'jkuan/git_version' into version_info
13 years ago
xiaonaitong e5e0001dad fix completion error when path contain spaces
13 years ago
xiaonaitong d1a38d150e don't need temp file
13 years ago
xiaonaitong f403a4b529 Merge remote branch 'joelthelion/master'
13 years ago
Johnny Kuan f438372616 add version and help options
13 years ago
Joël Schaerer c2bd900989 try to avoid hammering the filesystem
13 years ago
xiaonaitong d9a423370a redo previlege check except in windows
13 years ago
xiaonaitong a6410994c2 quick fix so thant it works on mingw and bash 3.1
13 years ago
Joël Schaerer 92b80073fd save the database in sorted form, for easier edition
13 years ago
Joël Schaerer 0ee020c72c (ugly) fixes for python 3
13 years ago
Joël Schaerer 81670c5fbc Try to correct the use of unicode
13 years ago
Joël Schaerer 0298ef5484 Migration code for the new database format
13 years ago
Joël Schaerer 0b07cf030e Merge branch 'master' into text_format
13 years ago
Joël Schaerer a4f4472046 Send error message to stderr
13 years ago
Joël Schaerer b2985f3255 "Eat" paths to avoid multiple patterns matching the same part of the string
13 years ago
Joël Schaerer e1ee172437 attempt to fix completion of weird directory names
13 years ago
Joël Schaerer 3b2276bdb9 attempt to fix completion of weird directory names
13 years ago
Joël Schaerer 01179b86f4 use a text format for the path file, for easy edition
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
Joel Schaerer 48d2e68f4e attempt fixing jumpapplet, even though I think nobody uses it :)
13 years ago
Tanguy Ortolo 07ad27b583 Let autojump follow the XDG Base Directory Spec.
13 years ago
jez 5d949f4e8a Use pickle protocol 2.
14 years ago
Joel Schaerer 1bc3440968 avoid overwriting another user's database
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
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
Michael Schout 550c21dc98 fix shbang line so it will find python if not in /usr/bin
14 years ago
Davide Setti 8a24aa89b3 use itemgetter() in sort() instead of a lambda function
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
Joël Schaerer 52f3c84b29 try to make autojump more robust to concurrent uses over network filesystems
14 years ago
Joël Schaerer a013f8d463 while the db should stay of a reasonable size, we REALLY
14 years ago
Joël Schaerer 4de9c1c311 put the autojump data files in the correct directories.
14 years ago
Joël Schaerer 64b3b7997c fix nasty bug
14 years ago
Joël Schaerer 0f3a6b4b20 avoid doing the cleanup every time
14 years ago
Joël Schaerer 1be62c7ad2 don't remove non-existent paths, keep the db small
14 years ago
Joël Schaerer 5b0b8f866e more informative jumpstat
14 years ago
Barnaby Gray 91c05b1f8c python 2.4 compatibility
14 years ago
Joel Schaerer ea3cd60653 make the completion separator configurable
14 years ago
Joel Schaerer 8e1ab9ca54 fix completions for zsh
14 years ago
Joël Schaerer 3fa72536e9 completion now works with multiple patterns!!!
15 years ago