about summary refs log tree commit diff
path: root/Completion/Unix/Command
Commit message (Collapse)AuthorAgeFilesLines
* 43329: new diff3 completionOliver Kiddle2018-08-241-0/+46
|
* unposted: Fix --ascii typo in _mandana2018-08-231-1/+1
|
* 43325: _hg: suggest merge tools for -t/--toolAnton Shestakov2018-08-231-4/+20
|
* 43326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2018-08-231-10/+14
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-233-0/+251
|
* 43302: Fix _du -B specdana2018-08-151-2/+2
|
* unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2018-08-131-1/+1
|
* unposted (PR #26): __git_files: fix double quotation of starMarc Cornellà2018-08-121-1/+1
| | | | | | | | | This fixes the double quote introduced by aa160fc8, so that the end result of the parameter expansion is $pref followed by \* (a quoted star), meaning `git ls-files` gets a literal star, not an expanded list of matching files, as was intended in commit cc7437bf. Fixes completion of `git add ../<TAB>`.
* 43254: remove hg -w completion, add hg -SAnton Shestakov2018-08-071-69/+69
|
* 43252: fix various hg options for completionAnton Shestakov2018-08-071-71/+118
|
* 43250: add hg forget, phase, summary completionAnton Shestakov2018-08-071-0/+20
|
* 43251: fix some return values of _hg functionsAnton Shestakov2018-08-071-10/+18
|
* 43253: hg --style deprecated in favour of --templateAnton Shestakov2018-08-071-9/+9
|
* 43207: Improve _bind_addresses, _phpdana2018-07-311-64/+170
| | | | | Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address.
* 43203: Add completion for luadana2018-07-251-0/+63
|
* 43196: Add completion for nginxdana2018-07-201-0/+20
|
* 43192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto2018-07-201-89/+22
|
* 43186: Add completion for cronie/dcron/Vixie crontabdana2018-07-191-0/+68
| | | | | Minor change from the patch as posted to the ML: BusyBox variant detection has been expanded to cover dcron (which BusyBox's crontab is forked from).
* 43183: fix '_ttys -o' and use it in _gdb/_pgrepJun-ichi Takimoto2018-07-192-3/+3
|
* 43189: _install: similar fix as 43187 for option -fJun-ichi Takimoto2018-07-191-1/+1
|
* 43187: Fix completion error about 'm' option of 'install' commandYasuhiro KIMURA2018-07-191-1/+1
|
* 43182: _lldb: complete process name after option -nJun-ichi Takimoto2018-07-181-2/+3
|
* 43177: _grep: support bzgrep, and add a few options for macOSJun-ichi Takimoto2018-07-181-7/+13
|
* 43164: _gcc: fix 'args=' to 'args+=', and update a few optionsJun-ichi Takimoto2018-07-111-4/+6
|
* 43155: _gcc: escape ':' in action for -stdJun-ichi Takimoto2018-07-111-1/+1
|
* 43105: Improve pgrep/pkill completiondana2018-07-031-61/+120
| | | | | Contains minor changes to signal completion compared to the patch as originally posted
* 43108, 43121: _killall: complete various optionsJun-ichi Takimoto2018-07-021-5/+73
|
* 43059: _gpg: Use explicit UIDs for state = public keys.Doron Behar2018-07-011-7/+55
| | | | | Use the `--with-colons` option and parse the output according to the format specified in the documentation.
* 43107: add an option to _ttys to complete only open ttysJun-ichi Takimoto2018-07-011-2/+2
| | | | Use the option in _ps and _watch-snoop
* 42746: _vim: handle special values for -u/-UDaniel Hahler2018-06-271-2/+19
| | | | This is based on state=verbosity from the same file.
* 43096: _vim: remove duplicate flagEric Cook2018-06-271-1/+0
|
* 43079, 43086: new utility to complete names of running processesJun-ichi Takimoto2018-06-251-0/+18
| | | | And new completions for dtruss, fs_usage and sc_usage.
* 43074: Completion for additional linker options for clang and sanitizers for gccEitan Adler2018-06-211-10/+11
|
* 43078: add completion for the sed expressionOliver Kiddle2018-06-211-11/+206
|
* 43073: various completion option updatesOliver Kiddle2018-06-2111-59/+152
|
* 43061: Improve open (macOS) completiondana2018-06-201-1/+1
|
* 43060: Expand stat completiondana2018-06-201-0/+96
|
* 43047: Add completion for hostnamedana2018-06-181-0/+76
|
* 43006: complete modified files after `git stash --`Tim Smith2018-06-181-0/+3
|
* users/23484: be consistent on matcher specs for git branches to fix issue ↵Oliver Kiddle2018-06-181-6/+6
| | | | with partial matching
* 43048: add sanitizers, standards aliases and fix -fltoEitan Adler2018-06-181-4/+18
|
* 43043: Improve comm/sed completiondana2018-06-172-12/+18
|
* 43024: Improve _man section-name matchingdana2018-06-151-6/+37
|
* 42981: Add ed completerMatthew Martin2018-06-151-0/+38
|
* 42992: Fix minor escaping bug in _bashdana2018-06-131-2/+2
|
* 42983: Address misc. feedback re: _mandana2018-06-111-8/+14
|
* 42977: Complete options to major man variants, otherwise improve especially ↵dana2018-06-101-45/+306
| | | | section matching
* 42968: add "-c" for _shutdown completion on FreeBSD 12-currentEitan Adler2018-06-091-0/+5
|
* 42965: add full completion for bash and update shell list in _shdana2018-06-092-1/+86
|
* 42918: fix file completion for jqdana2018-06-091-1/+1
|