Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: _subversion: Support subcommands with hyphens in their names, such ↵ | Daniel Shahaf | 2018-02-08 | 1 | -1/+1 |
| | | | | as 'shelf-list (shelves)' from upstream 1.10 development versions. | ||||
* | 42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ↵ | Christian Hesse | 2018-02-08 | 1 | -1/+1 |
| | | | | replace empty strings with a dot | ||||
* | 42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSD | Matthew Martin | 2018-02-08 | 1 | -20/+34 |
| | |||||
* | 42336: force single column output when getting filenames with adb ls command | WGH | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | 42343: complete --config-option to svn more than once | Oliver Kiddle | 2018-02-07 | 1 | -10/+34 |
| | |||||
* | 42323: _git: move "local" statement out of loop | Daniel Hahler | 2018-01-24 | 1 | -2/+2 |
| | | | | Fixup for 99cf61fd4. | ||||
* | 42317: completion option updates for commands that have had recent updates | Oliver Kiddle | 2018-01-23 | 13 | -156/+216 |
| | |||||
* | 42299: correct optional argument | Oliver Kiddle | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | 42309: A few small updates for OpenBSD | Matthew Martin | 2018-01-23 | 3 | -8/+13 |
| | |||||
* | 42294: disable REPORTTIME in completion | Peter Stephenson | 2018-01-18 | 1 | -1/+3 |
| | |||||
* | 42242: add [DFNO]BSD to the mix in ldconfig completion | Matthew Martin | 2018-01-10 | 2 | -35/+81 |
| | |||||
* | 42231: new completion functions for simple utilities belonging to the ↵ | dana | 2018-01-06 | 16 | -1/+510 |
| | | | | 'Darwin' and 'Linux' groups. | ||||
* | 42230: update screen completion to 4.06.01 | Oliver Kiddle | 2018-01-05 | 1 | -1/+3 |
| | |||||
* | 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0 | Oliver Kiddle | 2018-01-05 | 6 | -4/+9 |
| | |||||
* | 42223: new completions for sublime text and some basic Unix utilities | dana | 2018-01-05 | 5 | -0/+219 |
| | |||||
* | 42221: update enscript completion for GNU enscript 1.6.6 | Oliver Kiddle | 2018-01-05 | 1 | -68/+113 |
| | |||||
* | 42222: _object_files: recognize .dylib (macOS) | dana | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | 42214: use less general names on new functions for completing file flags and ↵ | dana | 2018-01-04 | 6 | -4/+4 |
| | | | | modes | ||||
* | github #21: update nmcli completions to be compatible with recent version 1.8.4 | Maciek Makowski | 2018-01-04 | 2 | -244/+373 |
| | |||||
* | 42210: factor out completion of file modes and flags and handle ↵ | dana | 2018-01-04 | 6 | -89/+113 |
| | | | | _comp_priv_prefix for chflags | ||||
* | 42209: take account of numeric options such as -4 instead of -t4 | dana | 2018-01-04 | 1 | -0/+4 |
| | |||||
* | 42209: fix option descriptions for non-GNU variants of tr | dana | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | 42208: fix use of cache variables in yp completion | Oliver Kiddle | 2018-01-03 | 1 | -14/+16 |
| | |||||
* | 42207: support g prefixes for GNU variants on systems like macOS+Homebrew | dana | 2018-01-03 | 16 | -16/+16 |
| | |||||
* | 42117: use anonymous function rather than define one in user namespace | Matthew Martin | 2018-01-03 | 1 | -38/+42 |
| | |||||
* | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 2018-01-02 | 18 | -17/+19 |
| | |||||
* | 42183: _objdump: support LLVM variant | Jun-ichi Takimoto | 2017-12-31 | 1 | -4/+74 |
| | |||||
* | 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵ | Daniel Shahaf | 2017-12-30 | 1 | -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 commands | Jun-ichi Takimoto | 2017-12-28 | 6 | -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 options | Jun-ichi Takimoto | 2017-12-27 | 1 | -2/+8 |
| | |||||
* | dana: various OpenSSH completion improvements | dana | 2017-12-22 | 1 | -45/+53 |
| | |||||
* | 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 |
| |