Search Criteria
Package Details: autojump-git 22.5.3.r0.g06e082c-4
Git Clone URL: | https://aur.archlinux.org/autojump-git.git (read-only, click to copy) |
---|---|
Package Base: | autojump-git |
Description: | A faster way to navigate your filesystem from the command line |
Upstream URL: | http://github.com/wting/autojump |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | webframp |
Maintainer: | cgirard |
Last Packager: | cgirard |
Votes: | 41 |
Popularity: | 0.134329 |
First Submitted: | 2009-04-22 21:19 |
Last Updated: | 2021-01-12 08:13 |
Dependencies (2)
- python>=3.8 (python-dbg)
- git (git-git) (make)
Required by (1)
- bash-it-git (requires autojump) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5
graysky commented on 2010-11-06 13:39
Suggestion: make ~/.archey.conf that stores the DISPLAY options. Every time you update archey3 I need to re-edit /usr/bin/archey3 to set up as I want.
joelsc commented on 2010-10-20 18:02
In any case I'm glad to know it's fixed. I hope to release a version of autojump that's compatible with the 2.x and 3.x series in a few days.
bostonvaulter commented on 2010-10-20 18:02
Uploading a new version with the changes I initially planned to make as well.
bostonvaulter commented on 2010-10-20 17:52
Thanks tlvince, I've updated with your changes. Sorry joelsc, I don't have my error file anywhere. I still have the autojump_py, but I don't think it will be useful. I can say that autojump has been broken for me on that comp for about half a year, I would keep trying new versions but it would be broken (most likely because of my bad error file) so I would just uninstall it. Only recently did I actually try to fix the problem and I was successful.
tlvince commented on 2010-10-20 17:29
Patch to fix recent Python3 updates:
http://gist.github.com/636846
tlvince commented on 2010-10-20 17:13
Patch to fix recent Python3 updates:
http://gist.github.com/636846
joelsc commented on 2010-10-12 09:13
Do you still have your error file somewhere? I'm always eager to look at autojump error logs, as my primary goal is to make autojump as stable as possible. Next time you run into such an issue, please file a bug: http://github.com/joelthelion/autojump/issues
bostonvaulter commented on 2010-10-11 20:50
Nevermind, removing ~/.local/share/autojump/* fixed this. My error file was 6.3 MB...
Also, can you add
install -Dm 644 _j "$pkgdir"/usr/share/zsh/site-functions/_j
to the PKGBUILD to enable zsh completion?
bostonvaulter commented on 2010-10-11 20:23
Does anyone else get this error?
Traceback (most recent call last):
File "/usr/bin/autojump", line 132, in <module>
path_dict=open_dic(dic_file)
File "/usr/bin/autojump", line 110, in open_dic
path_dict=cPickle.load(aj_file)
TypeError: 'str' object does not support item assignment
Seems like some type of python incompatability. I'm using python 2.6.5 and bash 5.1.7(2)-release (they are both up-to-date)