about summary refs log tree commit diff
path: root/Completion/Debian/Command
Commit message (Collapse)AuthorAgeFilesLines
* 39890: typo corrections in completion functionsOliver Kiddle2016-11-094-7/+7
|
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-2/+2
| | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
* 39480: _reportbug: Complete absolute filenames, too.Daniel Shahaf2016-09-301-1/+2
|
* 39385: _bts: Complete more argument types for 'cache' and 'show'.Daniel Shahaf2016-09-201-4/+7
|
* 39374: _apt: Complete package versions in the 'packagename=<version>' syntax.Daniel Shahaf2016-09-181-1/+40
|
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-113-0/+3
| | | | | | | with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command
* 38901: _schroot: Add -r/--run-sessionFelipe Sateler2016-07-211-0/+1
|
* 38482: complete available packages for apt list.Clint Adams2016-05-121-1/+1
|
* 38453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too.Daniel Shahaf2016-05-101-3/+2
|
* 38452: _apt: Complete releases by codename ('jessie', 'sid', etc).Daniel Shahaf2016-05-101-1/+3
|
* 38451: _apt: Complete 'apt-get download'.Daniel Shahaf2016-05-101-2/+2
|
* 38399: _bts: Complete debbugs bug numbers from `bts cache`.Daniel Shahaf2016-05-042-18/+19
|
* unposted: _querybts: Fix positional arguments' description.Daniel Shahaf2016-05-011-1/+1
|
* 37923: Completion: _bts: Fix quoting of $DEBEMAIL.Daniel Shahaf2016-02-091-2/+2
|
* 37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and laterAxel Beckert2015-12-271-1/+1
|
* Add missing apt purge and autoremove subcommandsFelipe Sateler2015-12-261-1/+3
|
* 37256: _debchange (_dch): Update completion.Daniel Shahaf2015-11-301-6/+74
|
* 36321: _debcheckout: New completion.Daniel Shahaf2015-08-291-0/+21
|
* 33712: add --auto-remove optionsaga2014-11-211-0/+1
|
* 33485: fixes for zstyle context handlingOliver Kiddle2014-10-215-44/+45
|
* 33467: correct return status on functions and numerous other minor fixesOliver Kiddle2014-10-142-5/+10
|
* 33424: use common function for completing Debian architecturesOliver Kiddle2014-10-119-86/+86
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-50/+0
|
* 32814: Add some more recent dpkg optionsSebastian Ramacher2014-07-041-0/+12
| | | | | | | | Expands dpkg completion by adding the --add-architecture, --remove-architecture, and --print-foreign-architectures options. Initially submitted to Debian at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13
* 32815: aptitude completion missing resolver optionsDaniel Bolton2014-07-041-0/+2
| | | | | | Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760
* 32819: Update for axi-cache completionFelipe Sateler2014-07-041-2/+6
| | | | | | | Add some subcommands and to disable file name completion for the subcommands info and help. Initially submitted to Debian at https://bugs.debian.org/729921
* 32533: add completion for "apt-mark"Sebastian Ramacher2014-04-061-1/+32
|
* 32532: completion for "apt" commandAlessandro Ghedini2014-04-061-1/+34
|
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-061-0/+1
| | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
* 31572: Completion/Debian/Command/_linda: DeletedRichard Hartmann2013-07-242-27/+0
|
* 31500: Completion/Debian/Command/_dput: dput-ng completion support from ↵Clint Adams2013-06-281-16/+45
| | | | Sebastian Ramacher.
* 31499: dcut completion from Sebastian Ramacher.Clint Adams2013-06-281-0/+160
|
* 31xxx: Completion/Debian/Command/_dak: complete files for subcommands that ↵Clint Adams2013-06-281-0/+4
| | | | are not explicitly specified.
* fix dpkg-deb completion broken by 30199 (spotted by Mikael)Oliver Kiddle2012-02-141-1/+1
|
* 30199: add (-.) to many completion _files globsOliver Kiddle2012-02-107-13/+13
|
* 29783: _update-alternatives: Add more options.Mikael Magnusson2011-12-141-14/+24
|
* 29762: bts completion tag update from Ansgar Burchardt.Clint Adams2011-09-101-8/+10
|
* 29733: Jonathan: add apt-get changelog completion.Mikael Magnusson2011-09-061-1/+2
|
* * 29582, 29589: Update handling of third-party Git commandsNikolai Weibull2011-07-221-1/+1
|
* Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' ↵Frank Terbeck2011-07-011-1/+34
| | | | option.
* 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on ↵Frank Terbeck2011-07-011-0/+1
| | | | completion description.
* Sebastian Ramacher: 29513: _apt: Add markauto and unmarkauto sub-commands.Frank Terbeck2011-06-281-1/+3
|
* unposted: clean up completion descriptions as per Etc/completion-style-guideDoug Kearns2011-06-201-1/+1
|
* 29306: typo fix from Laurent Fousse.Clint Adams2011-05-171-1/+1
|
* unposted: update for 4.3.10-test-3 zsh-4.3.10-test-3Peter Stephenson2010-12-161-0/+1
|
* 28401: git-buildpackage completion from Felipe Sateler.Clint Adams2010-11-101-0/+42
|
* 28261: Julius Plenz: separate the options to _arguments.Wayne Davison2010-09-161-1/+1
|
* Update version to 4.3.10-dev-2 zsh-4.3.10-dev-2Peter Stephenson2010-07-251-15/+47
|
* unposted: fix incorrectly capitalized completion descriptionsDoug Kearns2010-06-061-4/+4
|
* Bernd Zeimetz: 27931: completion for bts affects.Clint Adams2010-04-281-1/+10
|