aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #27 (quse -p <tab>)Max Grinberg2022-01-121-1/+1
| | | | Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* Update portage-utils completionThomas Rüd2020-02-201-63/+98
| | | | | Signed-off-by: Thomas Rüd <mail@thomas-rued.com> Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* Merge Pull Request #18 (squashed)Felix Neumärker2020-02-201-2/+2
| | | | | | | | | | | [PATCH 1/6] _gentoo_repos: split functions into 2 files [PATCH 2/6] _portage: improve completion for ebuild and emaint [PATCH 3/6] _eselect: rewrite for more generic completion [PATCH 4/6] add EPREFIX support [PATCH 5/6] _eselect: multi_parts timezone completion [PATCH 6/6] _eselect: set/enable filter for lists > 10 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* _gentoolkit: add eshowkw completion support for comma-separated arch vals20150103Tim Harder2014-12-221-2/+6
|
* split out arches list into it's own completion fileTim Harder2014-12-211-12/+1
| | | | | | This might be combined later on with _gentoo_repos to form a _gentoo file that accepts command args related to the completion function requested.
* _gentoo_packages: drop PORTDIR and PORTDIR_OVERLAY usageTim Harder2014-12-201-4/+2
| | | | | | | Both variables are slowly being deprecated as we move towards a more multi-repo friendly future. Also, this does various other variable naming and scope cleanup.
* _gentoo_repos: drop duplicated output functionalityTim Harder2014-12-201-1/+1
| | | | | | Also, calling _gentoo_repos with no arguments returns all configured repos instead of just the main repo. To get the path for the main repo use `_gentoo_repos -m`.
* drop unnecessary softtabstop setting for vimTim Harder2014-12-191-1/+1
|
* move duplicated repos functionality to _gentoo_reposTim Harder2014-12-191-77/+1
| | | | | | For dependent scripts, it only requires renaming `_portdir` calls to use `_gentoo_repos` instead, optional arguments (-o) remain the same for now.
* use consistent indentation (2 spaces) and add vim modelinesTim Harder2014-12-171-233/+233
|
* _portage_utils: sync portdir/reposconf changes from _gentoo_packagesTim Harder2014-11-301-32/+29
| | | | | This should probably be maintained only in one place so this isn't necessary in the future.
* move completions into src subdirTim Harder2014-11-211-0/+270