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.135260 |
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
1 2 3 4 5 Next › Last »
cgirard commented on 2021-01-12 08:15
Sorry, somehow missed the comments. It is now fixed.
graysky commented on 2021-01-11 22:27
I don't maintain the git package, bruh... what do you want me do :D In any case, just use the regular autojump package since upstream hasn't made a commit in over 2 years.
selurvedu commented on 2021-01-11 22:05
@graysky in any case, having an up-to-date PKGBUILD would be nice.
graysky commented on 2020-12-04 23:40
@cirard - See what I did to the autojump package to manage this. @obsz - Development upstream is dead it seems. No reason to build the git package vs the non-git until that changes.
obszczymucha commented on 2020-12-04 21:48
Python update from 3.8 to 3.9 broke this again. Updating PKGBUILD from
to
fixes it.
mrzeznicki commented on 2019-11-26 13:29
Thank you very much, cgirard. It works now! Great job!
cgirard commented on 2019-11-26 11:18
Really sorry about this. Corrected in -3.
Universebenzene commented on 2019-11-26 04:12
You made a huge mistake in your PKGBUILD: you forgot to define the $_python variable so some of the installed dirs are wrong.
mrzeznicki commented on 2019-11-26 02:37
Hi, unfortunately after the recent update I'm getting
File "/usr/bin/autojump", line 39, in <module> from autojump_argparse import ArgumentParser ModuleNotFoundError: No module named 'autojump_argparse'
Looks like installing python modules in /usr/bin is not right (? - I'm not a Python user so can't help here)
graysky commented on 2019-11-21 20:50
@cgirard - you probably want to review the changes I made to https://aur.archlinux.org/packages/autojump/ and adapt them to this git package.