summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2018-08-2343326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov1-10/+14
2018-08-2343301: add some functions from zsh-completions projectOliver Kiddle3-0/+251
2018-08-1543302: Fix _du -B specdana1-2/+2
2018-08-13unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf1-1/+1
2018-08-12unposted (PR #26): __git_files: fix double quotation of starMarc Cornellà1-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>`.
2018-08-0743254: remove hg -w completion, add hg -SAnton Shestakov1-69/+69
2018-08-0743252: fix various hg options for completionAnton Shestakov1-71/+118
2018-08-0743250: add hg forget, phase, summary completionAnton Shestakov1-0/+20
2018-08-0743251: fix some return values of _hg functionsAnton Shestakov1-10/+18
2018-08-0743253: hg --style deprecated in favour of --templateAnton Shestakov1-9/+9
2018-07-3143207: Improve _bind_addresses, _phpdana1-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.
2018-07-2543203: Add completion for luadana1-0/+63
2018-07-2043196: Add completion for nginxdana1-0/+20
2018-07-2043192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto1-89/+22
2018-07-1943186: Add completion for cronie/dcron/Vixie crontabdana1-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).
2018-07-1943183: fix '_ttys -o' and use it in _gdb/_pgrepJun-ichi Takimoto2-3/+3
2018-07-1943189: _install: similar fix as 43187 for option -fJun-ichi Takimoto1-1/+1
2018-07-1943187: Fix completion error about 'm' option of 'install' commandYasuhiro KIMURA1-1/+1
2018-07-1843182: _lldb: complete process name after option -nJun-ichi Takimoto1-2/+3
2018-07-1843177: _grep: support bzgrep, and add a few options for macOSJun-ichi Takimoto1-7/+13
2018-07-1143164: _gcc: fix 'args=' to 'args+=', and update a few optionsJun-ichi Takimoto1-4/+6
2018-07-1143155: _gcc: escape ':' in action for -stdJun-ichi Takimoto1-1/+1
2018-07-0343105: Improve pgrep/pkill completiondana1-61/+120
Contains minor changes to signal completion compared to the patch as originally posted
2018-07-0243108, 43121: _killall: complete various optionsJun-ichi Takimoto1-5/+73
2018-07-0143059: _gpg: Use explicit UIDs for state = public keys.Doron Behar1-7/+55
Use the `--with-colons` option and parse the output according to the format specified in the documentation.
2018-07-0143107: add an option to _ttys to complete only open ttysJun-ichi Takimoto1-2/+2
Use the option in _ps and _watch-snoop
2018-06-2742746: _vim: handle special values for -u/-UDaniel Hahler1-2/+19
This is based on state=verbosity from the same file.
2018-06-2743096: _vim: remove duplicate flagEric Cook1-1/+0
2018-06-2543079, 43086: new utility to complete names of running processesJun-ichi Takimoto1-0/+18
And new completions for dtruss, fs_usage and sc_usage.
2018-06-2143074: Completion for additional linker options for clang and sanitizers for gccEitan Adler1-10/+11
2018-06-2143078: add completion for the sed expressionOliver Kiddle1-11/+206
2018-06-2143073: various completion option updatesOliver Kiddle11-59/+152
2018-06-2043061: Improve open (macOS) completiondana1-1/+1
2018-06-2043060: Expand stat completiondana1-0/+96
2018-06-1843047: Add completion for hostnamedana1-0/+76
2018-06-1843006: complete modified files after `git stash --`Tim Smith1-0/+3
2018-06-18users/23484: be consistent on matcher specs for git branches to fix issue ↵Oliver Kiddle1-6/+6
with partial matching
2018-06-1843048: add sanitizers, standards aliases and fix -fltoEitan Adler1-4/+18
2018-06-1743043: Improve comm/sed completiondana2-12/+18
2018-06-1543024: Improve _man section-name matchingdana1-6/+37
2018-06-1542981: Add ed completerMatthew Martin1-0/+38
2018-06-1342992: Fix minor escaping bug in _bashdana1-2/+2
2018-06-1142983: Address misc. feedback re: _mandana1-8/+14
2018-06-1042977: Complete options to major man variants, otherwise improve especially ↵dana1-45/+306
section matching
2018-06-0942968: add "-c" for _shutdown completion on FreeBSD 12-currentEitan Adler1-0/+5
2018-06-0942965: add full completion for bash and update shell list in _shdana2-1/+86
2018-06-0942918: fix file completion for jqdana1-1/+1
2018-06-0942918: adapt detection of GNU variant of ldd to work on Ubuntudana1-1/+1
2018-06-0742947: new luarocks completionDoron Behar1-0/+591
2018-06-0742931: completion for several utilities especially for checksums across a ↵dana8-15/+479
variety of systems