summaryrefslogtreecommitdiff
path: root/bin/completion
Commit message (Collapse)AuthorAgeFilesLines
* completion: Add missing commands to completion listPhilip Withnall2021-01-081-3/+3
| | | | | | | The `list-locks` and `blame` commands were missing in the completion script. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* completion: Drop nonexistent lock and unlock commands from completionPhilip Withnall2021-01-081-2/+2
| | | | Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* bin/completion/dconf: Add compile to autocompleteAndreas Polnas2020-07-151-2/+2
| | | | | | | | | | | | | | | While working with Dconf I noticed in the bash CLI I was unable to autocomplete when typing "dconf compile" This fix will make it so the user is able to auto complete the compile option in bash. I have tested it on my Manjaro and PopOS! machines and it's working expected. As this is my first contribution please look twice so I have not missed anything. Signed-off-by: Andreas Polnas <andreas.polnas93@hotmail.com>
* dconf: fix command line completion for "dconf update"Andrea Stacchiotti2018-08-081-2/+2
| | | | | | | Due to a typo, there was no "update" completion option, but a " update" one, which required the user to type "\ " to get a completion, instead of "u". https://bugzilla.gnome.org/show_bug.cgi?id=758126
* Install dconf CLI bash completion in /usr/shareRyan Lortie2012-07-151-0/+44
Some short while ago the maintainers of bash-completion came to the pretty reasonable conclusion that completion files are not configuration data and therefore should be stored in /usr/share rather than /etc. The /etc path was kept for backwards compatibility, but we should really get with the new system. https://bugzilla.gnome.org/show_bug.cgi?id=678536