Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42138: _git-revert: Complete recent commits first. | Daniel Shahaf | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | * 42143: fix a pattern in _object_files | Jun-ichi Takimoto | 2017-12-20 | 1 | -1/+2 |
| | |||||
* | 42113: BSD complation updates. | Peter Stephenson | 2017-12-13 | 4 | -109/+164 |
| | | | | | | Remove use of pkg_* for FreeBSD. Add BSD architecture utilities. | ||||
* | 42037: COMP_POINT for bash completion was miscalculated. | Peter Stephenson | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | 42019: update options in git completion to 2.15 | Oliver Kiddle | 2017-11-13 | 1 | -64/+164 |
| | | | | also improve format completion for git tag and for-each-ref | ||||
* | gitlab #1: update options for sqlite 3.21.0 | Oliver Kiddle | 2017-11-13 | 1 | -1/+4 |
| | |||||
* | Specify system python in dnf completion | Malcolm Ramsay | 2017-11-13 | 1 | -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 Shahaf | 2017-11-04 | 1 | -2/+3 |
| | |||||
* | 41969: _sort: Clarify option description. | Daniel Shahaf | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 2017-11-02 | 3 | -8/+5 |
| | |||||
* | 41965: complete new functions -W and zmodload -s options | Oliver Kiddle | 2017-10-31 | 2 | -1/+3 |
| | |||||
* | 41963: update completion for gnutls 3.6.1 | Oliver Kiddle | 2017-10-31 | 1 | -27/+52 |
| | |||||
* | 41960: add missing local declarations for MATCH, MBEGIN and MEND | Sebastian Gniazdowski | 2017-10-29 | 2 | -2/+4 |
| | |||||
* | 41961: new ansible completion | Oliver Kiddle | 2017-10-29 | 1 | -0/+281 |
| | |||||
* | 41958: update util-linux completions to 2.31; new hexdump completion | Oliver Kiddle | 2017-10-29 | 5 | -19/+74 |
| | |||||
* | 41957: update git completion for git 2.14.3 | Oliver Kiddle | 2017-10-29 | 1 | -4/+6 |
| | |||||
* | 41927: complete "typeset -p"'s optional argument for multi-line output | Oliver Kiddle | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | 41943: Completion: add --clean for vim | Christian Brabandt | 2017-10-20 | 1 | -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 update | Gautam | 2017-10-16 | 1 | -31/+31 |
| | |||||
* | 41904: new deborphan and updated xrandr completions | Gautam | 2017-10-16 | 2 | -2/+47 |
| | |||||
* | 41833 + 41838: _jq: New completion. | Daniel Shahaf | 2017-10-13 | 1 | -0/+34 |
| | |||||
* | 41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'. | Daniel Shahaf | 2017-10-11 | 1 | -15/+21 |
| | |||||
* | 41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵ | Daniel Shahaf | 2017-10-11 | 1 | -1/+8 |
| | | | | builtin. | ||||
* | 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵ | Oliver Kiddle | 2017-10-11 | 4 | -60/+92 |
| | | | | completion | ||||
* | 41854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵ | Oliver Kiddle | 2017-10-11 | 1 | -66/+205 |
| | | | | and for ping6 | ||||
* | 41853: update options for texinfo 6.5 and complete also for the pinfo info ↵ | Oliver Kiddle | 2017-10-11 | 1 | -5/+30 |
| | | | | reader | ||||
* | 41849: handle both unexpand and expand in a single function | Oliver Kiddle | 2017-10-11 | 2 | -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 Kiddle | 2017-10-11 | 4 | -4/+4 |
| | | | | a better choice than -P | ||||
* | unposted: rename _expand command completion to avoid clash with completer | Peter Stephenson | 2017-10-10 | 1 | -0/+0 |
| | |||||
* | 41827: correct sense of description for ${...:?...} expansion | Oliver Kiddle | 2017-10-07 | 1 | -1/+1 |
| | |||||
* | 41826: dana: fix inaccuracies in completion description wording for ↵ | dana | 2017-10-07 | 1 | -4/+4 |
| | | | | parameter expansion flags | ||||
* | 41823: new completions for some GNU coreutils utilities | Oliver Kiddle | 2017-10-07 | 9 | -13/+236 |
| | |||||
* | 41808: _git-cherry-pick: Typo fixes | Noah Pendleton | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | 41762: fix for completion in assignment to associative array element | Oliver Kiddle | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | update mtr completion through mtr 0.92 | Oliver Kiddle | 2017-09-22 | 1 | -20/+58 |
| | |||||
* | update options in tune2fs completion through e2fsprogs 1.43.6 | Oliver Kiddle | 2017-09-22 | 1 | -17/+30 |
| | |||||
* | 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵ | Oliver Kiddle | 2017-09-22 | 1 | -25/+23 |
| | | | | mode tables | ||||
* | 41729: update options for gnutls completion plus cleanup and rearrange the ↵ | Oliver Kiddle | 2017-09-18 | 1 | -115/+170 |
| | | | | function | ||||
* | 41728: new completion for flac and update options in metaflac completion | Oliver Kiddle | 2017-09-18 | 2 | -54/+120 |
| | |||||
* | 41727: run tidy -xml-config to get HTML options for completion | Oliver Kiddle | 2017-09-18 | 1 | -101/+33 |
| | |||||
* | 41726: add + and = to option specs taking arguments and update options to 1.7.5 | Oliver Kiddle | 2017-09-18 | 1 | -31/+53 |
| | |||||
* | update completion of options for util-linux 2.30.1 | Oliver Kiddle | 2017-09-18 | 4 | -76/+137 |
| | |||||
* | 41725: assorted minor updates to completion functions | Oliver Kiddle | 2017-09-18 | 14 | -57/+96 |
| | |||||
* | 41724: update ethtool completion for new options | Oliver Kiddle | 2017-09-18 | 1 | -160/+270 |
| | |||||
* | 41711: new dconf completion | Oliver Kiddle | 2017-09-15 | 1 | -0/+71 |
| | |||||
* | 41710: new smartctl completion | Oliver Kiddle | 2017-09-15 | 1 | -0/+61 |
| | |||||
* | 41709: update options in Linux sysstat completions | Oliver Kiddle | 2017-09-15 | 2 | -30/+62 |
| | |||||
* | 41628 (plus 41645 by Oliver): _ps: update options | Jun-ichi Takimoto | 2017-09-09 | 1 | -24/+76 |
| | | | | also do not reset compstate[insert] | ||||
* | 41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers. | Daniel Shahaf | 2017-09-04 | 1 | -13/+12 |
| | |||||
* | 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵ | Daniel Shahaf | 2017-09-04 | 1 | -9/+5 |
| | | | | the 'zsh' variant. |