summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* completions/emerge: add additional optionsHEADmasterSam James2023-03-131-3/+3
| | | | | | | | | | | Adds the following: - --autounmask-keep-keywords - --autounmask-continue - --onlydeps-with-ideps - --onlydeps-with-rdeps - --update-if-installed Signed-off-by: Sam James <sam@gentoo.org>
* emerge: add support for --deselectLouis Sautier2023-01-141-2/+2
| | | | | | Signed-off-by: Louis Sautier <sautier.louis@gmail.com> Closes: https://github.com/gentoo/gentoo-bashcomp/pull/6 Signed-off-by: Sam James <sam@gentoo.org>
* emerge: add support for sets completion.gentoo-bashcomp-20180624Louis Sautier2018-06-241-0/+6
| | | | | | | | | | Based on Marco Genasci's patch and slightly modified to get rid of the unnecessary call to xargs. Courtesy of Marco Genasci <fedeliallalinea@gmail.com>. Closes: https://bugs.gentoo.org/235454 Closes: https://github.com/gentoo/gentoo-bashcomp/pull/4
* Remove OpenRC completions since they are provided upstreamgentoo-bashcomp-20180302William Hubbs2018-03-024-200/+0
|
* add completion for emerge --rage-cleanLouis Sautier2018-03-021-3/+3
| | | | | | This PR adds the --rage-clean option. Closes: https://github.com/gentoo/gentoo-bashcomp/pull/2
* Add completion for emerge --autounmask-writeLouis Sautier2018-03-021-1/+2
| | | | Closes: https://github.com/gentoo/gentoo-bashcomp/pull/1
* Split completions by completed command.Michał Górny2014-08-3122-1652/+1788
|
* Split common functions out of completions.Michał Górny2014-08-311-389/+1
| | | | | The goal is to install the reusable functions in helpersdir from where they can be reused by other completions.
* Move completions into subdirectories.Michał Górny2014-08-313-0/+2175
completions/ for files going to completionsdir, compat/ for those going into compatdir.