aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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: fixed #5Vadim A. Misbakh-Soloviov2015-04-281-1/+1
| | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* _gentoolkit: add missing equery arg -N or --no-pipencaq2015-04-011-0/+1
| | | | fix Zsh can't complete when use -N option.
* _gentoolkit: add eshowkw completion support for comma-separated arch vals20150103Tim Harder2014-12-221-1/+1
|
* _gentoolkit: initial eshowkw completion supportTim Harder2014-12-211-1/+19
| | | | | Still need to work on completing comma separated arches for the '--arch' option. We currently only take one arch completion.
* _gentoolkit: remove old revdep-rebuild util optionTim Harder2014-12-201-5/+1
|
* _gentoolkit: add epkginfo option completionsTim Harder2014-12-201-14/+12
|
* drop unnecessary softtabstop setting for vimTim Harder2014-12-191-1/+1
|
* array formatting, whitespace consistency, and other minor cleanupsTim Harder2014-12-191-3/+6
|
* use consistent indentation (2 spaces) and add vim modelinesTim Harder2014-12-171-292/+285
|
* Merge pull request #2 from dset0x/equery-completionsVadim A. Misbakh-Soloviov2014-12-031-0/+3
|\ | | | | _gentoolkit: add missing equery command completions'
| * _gentoolkit: add missing equery command completions'Dimitrios Semitsoglou-Tsiapos2014-11-271-0/+3
| | | | | | | | | | | | * Add --limit, --from and --to in `changes`. * Add --format|-F in `hasuse`.
* | remove unnecessary whitespaceTim Harder2014-11-301-4/+3
|/
* _gentoolkit: update various equery command completions (bug #518512)Tim Harder2014-11-261-31/+53
| | | | | Also sort the commands to put them in alphabetical order that matches the equery output.
* _gentoolkit: update euse option supportTim Harder2014-11-231-0/+3
| | | | Add support for --info-installed, --remove, and --package.
* _gentoolkit: fix description for euse --pruneTim Harder2014-11-231-1/+1
|
* move completions into src subdirTim Harder2014-11-211-0/+382