summaryrefslogtreecommitdiff
path: root/completions
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Install bash completions via cmakeJulian Andres Klode2016-08-151-0/+4
| | | | | | | Having the completions installed only by the packaging was an oversight. Gbp-Dch: ignore
* Provide complete apt bash completionJulian Andres Klode2016-05-131-6/+122
| | | | | | | | | This fixes Debian/apt#13 and the launchpad bug listed below, but is far more advanced. I went through private-cmndline.cc and looked at the supported options. LP: #1573547 Thanks: Elias Fröhner and Svyatoslav Gryaznov for the initial work
* Install bash completion with correct nameJulian Andres Klode2016-01-081-0/+107
Move the completion to completions/bash/apt and install all bash completions from completions/bash. Gbp-Dch: ignore