summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* 42520: don't use an empty but existing option cache in netcat completionOliver Kiddle2018-03-241-4/+5
|
* 42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make ↵Oliver Kiddle2018-03-241-11/+7
| | | | | | | completion make always includes relative to the current directory rather than relative to the including Makefile.
* 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵Oliver Kiddle2018-03-244-50/+53
| | | | for mosh and git
* github #22: Add newer C++ standard options to gcc completionFerenc-2018-03-071-1/+1
|
* 42364: _git: fix __git_ignore_line to ignore the current wordDaniel Hahler2018-02-221-6/+1
| | | | | | | | | Before this patch "git branch -d master<tab>" would result in "no matches found", while "master" itself should get completed here. The "(bQ)" (added in 527badc23, via 38129?!) does not seem to be necessary anymore: with files "f\[a-z\]o" and "foo", "git add f[a-z]o <tab>" offers "f\[a-z\]o", but not "foo".
* 42324: _git: handle mutually exclusive optionsDaniel Hahler2018-02-121-16/+17
| | | | | | | | | | | Currently `git show --stat -p` is not considered a valid completion and prevents further completions like `--no-abbrev`. It is a valid use case however to use `--stat` with `-p` (and there is a synonym `--patch-with-stat` for it even). This patch changes `__git_setup_diff_options` to only handle mutually exclusive arguments reported by Git (as a fatal error) in a special way.
* 42327: _make: complete _filesDaniel Hahler2018-02-111-1/+2
| | | | | | | | The use case is completing files that are actual targets, generated using $(wildcard …). Q: Could this be made to only complete files if make targets and vars are empty?
* unposted: _subversion: Support subcommands with hyphens in their names, such ↵Daniel Shahaf2018-02-081-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 Hesse2018-02-081-1/+1
| | | | replace empty strings with a dot
* 42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSDMatthew Martin2018-02-081-20/+34
|
* 42336: force single column output when getting filenames with adb ls commandWGH2018-02-071-1/+1
|
* 42343: complete --config-option to svn more than onceOliver Kiddle2018-02-071-10/+34
|
* 42323: _git: move "local" statement out of loopDaniel Hahler2018-01-241-2/+2
| | | | Fixup for 99cf61fd4.
* 42317: completion option updates for commands that have had recent updatesOliver Kiddle2018-01-2310-152/+190
|
* 42309: A few small updates for OpenBSDMatthew Martin2018-01-233-8/+13
|
* 42242: add [DFNO]BSD to the mix in ldconfig completionMatthew Martin2018-01-101-0/+81
|
* 42231: new completion functions for simple utilities belonging to the ↵dana2018-01-061-1/+20
| | | | 'Darwin' and 'Linux' groups.
* 42230: update screen completion to 4.06.01Oliver Kiddle2018-01-051-1/+3
|
* 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle2018-01-056-4/+9
|
* 42223: new completions for sublime text and some basic Unix utilitiesdana2018-01-054-0/+206
|
* 42221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle2018-01-051-68/+113
|
* 42222: _object_files: recognize .dylib (macOS)dana2018-01-051-1/+1
|
* 42214: use less general names on new functions for completing file flags and ↵dana2018-01-044-3/+3
| | | | modes
* 42210: factor out completion of file modes and flags and handle ↵dana2018-01-044-26/+40
| | | | _comp_priv_prefix for chflags
* 42209: take account of numeric options such as -4 instead of -t4dana2018-01-041-0/+4
|
* 42209: fix option descriptions for non-GNU variants of trdana2018-01-041-1/+1
|
* 42208: fix use of cache variables in yp completionOliver Kiddle2018-01-031-14/+16
|
* 42207: support g prefixes for GNU variants on systems like macOS+Homebrewdana2018-01-0316-16/+16
|
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-0211-10/+11
|
* 42183: _objdump: support LLVM variantJun-ichi Takimoto2017-12-311-4/+74
|
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-283-9/+9
| | | | | | _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
|
* 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
|
* 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-021-8/+3
|
* 41963: update completion for gnutls 3.6.1Oliver Kiddle2017-10-311-27/+52
|
* 41961: new ansible completionOliver Kiddle2017-10-291-0/+281
|
* 41958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle2017-10-292-17/+60
|
* 41957: update git completion for git 2.14.3Oliver Kiddle2017-10-291-4/+6
|
* 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).
* 41833 + 41838: _jq: New completion.Daniel Shahaf2017-10-131-0/+34
|
* 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle2017-10-113-5/+12
| | | | 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-113-3/+3
| | | | a better choice than -P