about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
...
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-0218-17/+19
|
* 42183: _objdump: support LLVM variantJun-ichi Takimoto2017-12-311-4/+74
|
* 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵Daniel Shahaf2017-12-301-1/+1
| | | | | | | | | | | | | zsh/<TAB>'. When local-apt-repository is installed, 'apt-cache policy' contains . 100 /var/lib/dpkg/status release a=now 500 file:/var/lib/local-apt-repository ./ Packages release o=local-apt-repository,c= . which was matched by the pattern being patched.
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-286-17/+26
| | | | | | _call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
* 42176: _tar: update long optionsJun-ichi Takimoto2017-12-271-2/+8
|
* dana: various OpenSSH completion improvementsdana2017-12-221-45/+53
|
* 42138: _git-revert: Complete recent commits first.Daniel Shahaf2017-12-201-1/+1
|
* * 42143: fix a pattern in _object_filesJun-ichi Takimoto2017-12-201-1/+2
|
* 42113: BSD complation updates.Peter Stephenson2017-12-134-109/+164
| | | | | | Remove use of pkg_* for FreeBSD. Add BSD architecture utilities.
* 42037: COMP_POINT for bash completion was miscalculated.Peter Stephenson2017-11-201-1/+1
|
* 42019: update options in git completion to 2.15Oliver Kiddle2017-11-131-64/+164
| | | | also improve format completion for git tag and for-each-ref
* gitlab #1: update options for sqlite 3.21.0Oliver Kiddle2017-11-131-1/+4
|
* Specify system python in dnf completionMalcolm Ramsay2017-11-131-2/+2
| | | | | | | | | | | The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment.
* unposted: _sshfs: Make the -o option repeatable, accept "--".Daniel Shahaf2017-11-041-2/+3
|
* 41969: _sort: Clarify option description.Daniel Shahaf2017-11-031-1/+1
|
* 41971: correctly break out of certain tag loops when there are matchesOliver Kiddle2017-11-023-8/+5
|
* 41965: complete new functions -W and zmodload -s optionsOliver Kiddle2017-10-312-1/+3
|
* 41963: update completion for gnutls 3.6.1Oliver Kiddle2017-10-311-27/+52
|
* 41960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski2017-10-292-2/+4
|
* 41961: new ansible completionOliver Kiddle2017-10-291-0/+281
|
* 41958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle2017-10-295-19/+74
|
* 41957: update git completion for git 2.14.3Oliver Kiddle2017-10-291-4/+6
|
* 41927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle2017-10-281-1/+1
|
* 41943: Completion: add --clean for vimChristian Brabandt2017-10-201-0/+1
| | | | | Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode).
* 41907: further deborphan updateGautam2017-10-161-31/+31
|
* 41904: new deborphan and updated xrandr completionsGautam2017-10-162-2/+47
|
* 41833 + 41838: _jq: New completion.Daniel Shahaf2017-10-131-0/+34
|
* 41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf2017-10-111-15/+21
|
* 41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf2017-10-111-1/+8
| | | | builtin.
* 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle2017-10-114-60/+92
| | | | completion
* 41854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵Oliver Kiddle2017-10-111-66/+205
| | | | and for ping6
* 41853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle2017-10-111-5/+30
| | | | reader
* 41849: handle both unexpand and expand in a single functionOliver Kiddle2017-10-112-31/+22
| | | | | They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
* 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle2017-10-114-4/+4
| | | | a better choice than -P
* unposted: rename _expand command completion to avoid clash with completerPeter Stephenson2017-10-101-0/+0
|
* 41827: correct sense of description for ${...:?...} expansionOliver Kiddle2017-10-071-1/+1
|
* 41826: dana: fix inaccuracies in completion description wording for ↵dana2017-10-071-4/+4
| | | | parameter expansion flags
* 41823: new completions for some GNU coreutils utilitiesOliver Kiddle2017-10-079-13/+236
|
* 41808: _git-cherry-pick: Typo fixesNoah Pendleton2017-10-041-2/+2
|
* 41762: fix for completion in assignment to associative array elementOliver Kiddle2017-09-281-1/+1
|
* update mtr completion through mtr 0.92Oliver Kiddle2017-09-221-20/+58
|
* update options in tune2fs completion through e2fsprogs 1.43.6Oliver Kiddle2017-09-221-17/+30
|
* 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle2017-09-221-25/+23
| | | | mode tables
* 41729: update options for gnutls completion plus cleanup and rearrange the ↵Oliver Kiddle2017-09-181-115/+170
| | | | function
* 41728: new completion for flac and update options in metaflac completionOliver Kiddle2017-09-182-54/+120
|
* 41727: run tidy -xml-config to get HTML options for completionOliver Kiddle2017-09-181-101/+33
|
* 41726: add + and = to option specs taking arguments and update options to 1.7.5Oliver Kiddle2017-09-181-31/+53
|
* update completion of options for util-linux 2.30.1Oliver Kiddle2017-09-184-76/+137
|
* 41725: assorted minor updates to completion functionsOliver Kiddle2017-09-1814-57/+96
|
* 41724: update ethtool completion for new optionsOliver Kiddle2017-09-181-160/+270
|