Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42183: _objdump: support LLVM variant | Jun-ichi Takimoto | 2017-12-31 | 1 | -4/+74 |
| | |||||
* | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 2017-12-28 | 3 | -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 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -8/+3 |
| | |||||
* | 41963: update completion for gnutls 3.6.1 | Oliver Kiddle | 2017-10-31 | 1 | -27/+52 |
| | |||||
* | 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 | 2 | -17/+60 |
| | |||||
* | 41957: update git completion for git 2.14.3 | Oliver Kiddle | 2017-10-29 | 1 | -4/+6 |
| | |||||
* | 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). | ||||
* | 41833 + 41838: _jq: New completion. | Daniel Shahaf | 2017-10-13 | 1 | -0/+34 |
| | |||||
* | 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵ | Oliver Kiddle | 2017-10-11 | 3 | -5/+12 |
| | | | | 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 | 2 | -2/+2 |
| | | | | a better choice than -P | ||||
* | unposted: rename _expand command completion to avoid clash with completer | Peter Stephenson | 2017-10-10 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | update mtr completion through mtr 0.92 | Oliver Kiddle | 2017-09-22 | 1 | -20/+58 |
| | |||||
* | 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 |
| | |||||
* | 41725: assorted minor updates to completion functions | Oliver Kiddle | 2017-09-18 | 11 | -50/+84 |
| | |||||
* | 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 | 1 | -6/+16 |
| | |||||
* | 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. | ||||
* | 41637: add explicit objdump completion | Marc Aldorasi | 2017-09-04 | 1 | -2/+104 |
| | |||||
* | 41567: _tmux: Complete detached sessions first for attach-session. | Daniel Shahaf | 2017-08-30 | 1 | -1/+20 |
| | |||||
* | 41566: _tmux: Complete only attached sessions for detach-session. | Daniel Shahaf | 2017-08-30 | 1 | -1/+8 |
| | |||||
* | 41564: _tmux: Complete environment variables and their values for ↵ | Daniel Shahaf | 2017-08-30 | 1 | -5/+94 |
| | | | | | | | set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments. | ||||
* | 41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive. | Daniel Shahaf | 2017-08-30 | 1 | -4/+4 |
| | | | | | tmux does not error out on the combination, but it does ignore one of the two when both are specified. | ||||
* | 41558: _tmux: Complete option names for show-options and show-window-options. | Daniel Shahaf | 2017-08-30 | 1 | -6/+23 |
| | |||||
* | 41618: Added some arguments autocompletion to _todo.sh. | Андрей Стоцкий (_RuRo_) | 2017-08-29 | 1 | -0/+12 |
| | |||||
* | 41617: complete new tracepath options | Oliver Kiddle | 2017-08-29 | 1 | -5/+0 |
| | |||||
* | 41616: update completion options to entr 3.8 | Oliver Kiddle | 2017-08-29 | 1 | -2/+16 |
| | |||||
* | 41602 (tweaked): Improve wording in gpg completion. | William da Silva | 2017-08-25 | 1 | -6/+6 |
| | |||||
* | 41601: handle system differences in arp completion and add function for route | Oliver Kiddle | 2017-08-25 | 2 | -15/+349 |
| | |||||
* | 41600: fix quoting of songs for mpc completion | Oliver Kiddle | 2017-08-25 | 1 | -23/+88 |
| | | | | | also avoid sending errors to stderr and update completion of options and subcommands | ||||
* | 41598: new who and w completions | Oliver Kiddle | 2017-08-25 | 2 | -0/+111 |
| | |||||
* | 41568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵ | Oliver Kiddle | 2017-08-18 | 1 | -23/+67 |
| | | | | lists | ||||
* | 41561: update dhclient completion | Oliver Kiddle | 2017-08-18 | 1 | -22/+64 |
| | | | | | handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation |