aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* qwhich: add -r option to limit search to a repositoryFabian Groffen2024-06-251-10/+21
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qwhich: better support for binpkgsFabian Groffen2021-06-011-6/+21
| | | | | | | | - don't use ROOT with PKGDIR - print coloured paths/matches for binpkgs - support dirs (-d) for binpkgs Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qwhich: fix locations for revisioned ebuilds in the tree and vdbMarien Zwart2021-05-011-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qwhich: add options to skip virtual and acct-* categoriesFabian Groffen2021-02-201-13/+23
| | | | | | | This allows to make an alias like this sort of working: cd $(qwhich -dTA <pkg>) Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qwhich: allow shortening paths by using repo nameFabian Groffen2021-02-201-12/+28
| | | | | | | | | e.g. return something like: gentoo::app-shells/dash/dash-X.Y.ebuild (repo lookup can be performed through q -o) Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qwhich: add option for latest version match, print ebuild for vdb matchesFabian Groffen2021-02-201-15/+25
| | | | | | | | | - add -l to match latest version per package, e.g. query for dash would return both app-shells/dash as well as app-emacs/dash - for vdb matches, return the path to the (cached) ebuild in there, unless -d is given, of course, then print path Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qwhich: add applet to show paths to packagesFabian Groffen2021-02-171-0/+190
e.g. to find the ebuild dir of bash in thw tree: % qwhich -dt bash Signed-off-by: Fabian Groffen <grobian@gentoo.org>