about summary refs log tree commit diff
path: root/Completion/Linux
Commit message (Collapse)AuthorAgeFilesLines
* 34693: _strace: Fix variable leakage of $sys_callsDaniel Shahaf2015-03-091-0/+1
|
* 34233: function execution trick needed for _qdbusPeter Stephenson2015-01-111-0/+2
|
* 34195: new qdbus completionThomas Mitterfellner2015-01-101-0/+112
|
* 34053: complete additional Linux kernel module compressionTimofey Titovets2015-01-051-1/+1
|
* 33999: remove docker completion.Lokesh Mandvekar2014-12-181-410/+0
| | | | | Versions supplied with docker is authoritative, so version in zsh is just a potential hazard to the unwary.
* 33481: resolve completion clashes and tidy-up SUSE/Mandriva related functionsOliver Kiddle2014-10-211-11/+0
|
* 33467: correct return status on functions and numerous other minor fixesOliver Kiddle2014-10-141-44/+33
|
* 33224: complete directory as second btrfs argumentEric Cook2014-09-241-1/+2
|
* users/19113: reorganised cryptsetup completion functionOliver Kiddle2014-09-221-98/+77
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-232-41/+0
|
* Update .distfiles for _dockerBarton E. Schaefer2014-08-201-0/+1
|
* 33032: new completion for dockerLokesh Mandvekar2014-08-201-0/+410
|
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-101-0/+1
|
* 32849: new completion for Linux ss (netstat alternative)Oliver Kiddle2014-07-172-0/+99
|
* new forms of completion for btrfsEric Cook2014-02-181-4/+138
|
* updated subcommand completion for btrfsEric Cook2014-02-181-10/+42
|
* minor typo in btrfs completionEric Cook2014-02-181-1/+1
|
* remove hard tabs from btrfs completionEric Cook2014-02-181-75/+75
|
* 32267: use explicit path to modinfo for completionsergio2014-01-171-1/+1
|
* 32210: completion for the sysstat suiteEric Cook2013-12-311-0/+150
|
* 31801: missing local declaration for variables in completionEric Cook2013-10-081-1/+1
|
* 31371: _brctl: update brctl subcommandsKenyon Ralph2013-05-051-1/+5
| | | | | Add hairpin and showstp. These are available since at least bridge-utils 1.5.
* 30811: new completion for btrfs and complete btrfs and ext4 mount optionsOliver Kiddle2012-11-202-0/+145
| | | | and new linux mount flags
* Oliver (olipro): 30643: ipset completion updatePeter Stephenson2012-08-271-88/+74
|
* 30473: update _strace completionMikael Magnusson2012-05-171-17/+22
|
* Michael Proko: 30414: more flexible configuration file finding for _mdadmPeter Stephenson2012-04-161-1/+9
|
* 30199: add (-.) to many completion _files globsOliver Kiddle2012-02-101-1/+1
|
* GI: 29977: caching and function definition fixes for _modutilsPeter Stephenson2011-12-101-133/+135
|
* Haakon Riiser: 29895, 29897: _ffmpeg, _nmcliPeter Stephenson2011-11-082-0/+245
|
* unposted: move _schedtool to correct dirMikael Magnusson2011-08-182-0/+26
|
* 29690: new _twidge and _cryptsetup completers from Daniel Friesel.Mikael Magnusson2011-08-172-0/+104
|
* 29618: Fix some syntax to not depend on SHORT_LOOPS being set.Mikael Magnusson2011-07-271-4/+4
|
* Michel Dos Reis: 29482: handle .gz kernel modulesPeter Stephenson2011-06-181-1/+1
|
* 29335: update valgrind --tool= completion hack.Mikael Magnusson2011-05-241-1/+5
|
* gi1242+zsh@gmail.com: 28594:Peter Stephenson2011-01-093-1/+37
| | | | Various new and improved completions
* unposted: fix incorrectly capitalized completion descriptionsDoug Kearns2010-06-066-218/+218
|
* fix previous commitClint Adams2010-04-251-1/+1
|
* 27914: find usb.ids in /usr/share/misc.Clint Adams2010-04-251-1/+1
|
* 27912: presume that pci.ids is uncompressed now.Clint Adams2010-04-251-1/+1
|
* 27578: allow ionice -c and -n arguments to immediately follow the option ↵Clint Adams2010-01-071-2/+2
| | | | letters.
* Mikael: 27312: valgrind option changesPeter Stephenson2009-10-181-1/+7
|
* Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtoolPeter Stephenson2009-08-071-3/+3
|
* Andy Spencer: 27148: ignore build directories when searching forPeter Stephenson2009-07-141-1/+1
| | | | kernel modules in modutil completion
* unposted: _mdmadm -> _mdadmPeter Stephenson2009-04-162-1/+1
|
* Tomasz Pala: users/14030,14031,14032: Linux completion updatesPeter Stephenson2009-04-165-40/+319
|
* Jörg Sommer: 26453: complete modinfo -k.Clint Adams2009-01-291-1/+11
|
* Jörg Sommer: 26452: drop completion of modinfo -f.Clint Adams2009-01-291-1/+0
|
* Jörg Sommer: 26451: use globbing to find available modules, now that ↵Clint Adams2009-01-291-1/+1
| | | | modprobe -l is deprecated.
* Jörg Sommer: 25819: improve module parameter completion.Clint Adams2008-10-071-3/+10
| | | | | | | | | | | | | | First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field.
* Jörg Sommer: 25822: declare val_args as local array.Clint Adams2008-10-071-0/+2
|