Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-22 | 44242: Completion: Use _pick_variant -b to detect builtins | Matthew Martin | 5 | -178/+234 | |
2019-04-10 | 44210: add _findmnt and update _lsblk | Jun-ichi Takimoto | 2 | -1/+119 | |
2019-04-04 | 44202 (tweaked): _normal: Add -P to reset precommands | Matthew Martin | 1 | -1/+2 | |
2019-04-04 | 44201: _command_name: Check for external forcing precommand | Matthew Martin | 5 | -8/+8 | |
2019-04-04 | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 6 | -19/+8 | |
2019-04-04 | 44199: _normal: Use zparseopts | Matthew Martin | 1 | -8/+5 | |
2019-04-01 | 44158: Completion: Add _postgresql | dana | 1 | -0/+1148 | |
Adjusted to fix minor copy/paste error in __pgsql_cfg_params | |||||
2019-03-25 | 44160 (tweaked): Completion: Add _deb_files, match *.ddeb | dana | 7 | -17/+34 | |
Add new helper function for generating Debian package/control files, use it where applicable Adjusted only for minor white-space corruption in original patch | |||||
2019-03-24 | unposted: _chmod: Adjust _guard pattern | dana | 1 | -1/+1 | |
Per off-list feedback from Daniel, use a more context-specific pattern | |||||
2019-03-22 | unposted: _chmod: Use _guard for mode operand | dana | 1 | -1/+1 | |
2019-03-21 | 44149: _mkdir, _stat: Use _pick_variant -b | Matthew Martin | 2 | -26/+6 | |
2019-03-21 | 44144: _builtin: Append "builtin" to precommands | Matthew Martin | 1 | -0/+2 | |
2019-03-21 | 44155: _pick_variant: Update builtin check | Matthew Martin | 1 | -8/+22 | |
2019-03-22 | 44147: add/update completions for procps-ng | Jun-ichi Takimoto | 6 | -6/+93 | |
New completions for free, pmap, slabtop, tload. Update _top. | |||||
2019-03-21 | 44111: _git: Use `git rev-list` for log messages | dana | 1 | -5/+7 | |
This side-steps issues related to `git log` respecting settings like log.showSignature | |||||
2019-03-18 | 44135: Add chmod builtin | Matthew Martin | 1 | -2/+11 | |
2019-03-17 | 44135: _chmod: Reformat to minimize next diff. No functional change. | Matthew Martin | 1 | -44/+50 | |
2019-03-12 | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 1 | -0/+37 | |
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs | |||||
2019-03-08 | 44101: _vim: better support for nvim | Jun-ichi Takimoto | 1 | -34/+51 | |
2019-03-06 | unposted: _zftp: Use 'post' pattern matching | dana | 1 | -1/+1 | |
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead | |||||
2019-03-06 | 44099: Completion: Add _trash | dana | 1 | -0/+22 | |
2019-02-27 | 44087: _getconf: Complete options, config variables on more systems | dana | 1 | -29/+78 | |
2019-02-27 | 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLE | dana | 1 | -1/+1 | |
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it | |||||
2019-02-26 | 44085: _remote_files: Prevent ls/alias settings from mangling file listings | dana | 1 | -1/+4 | |
2019-02-26 | 44080: Completion: Fix several option-description typos | dana | 32 | -41/+41 | |
2019-02-24 | unposted: _less: Fix typo | dana | 1 | -1/+1 | |
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/ | |||||
2019-02-22 | 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s` | dana | 5 | -9/+13 | |
2019-02-22 | 44076: _column: Support Debian, add missing options, adjust wording | dana | 1 | -12/+34 | |
Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca` | |||||
2019-02-09 | gitlab !5: Add new abcde completion. | Doron Behar | 1 | -0/+50 | |
2019-02-09 | github #31: Add new demangle style, rust and dlang | Hiroki Noda | 2 | -2/+2 | |
2019-02-03 | 44034: _date_formats: Complete %9./%N, adjust wording | dana | 1 | -7/+12 | |
2019-02-03 | 44033: Add completion for dos2unix/unix2dos | dana | 1 | -0/+129 | |
2019-01-28 | github #32: Fix a typo in the git tag completion. | Fredric Silberberg | 1 | -1/+1 | |
2019-01-21 | 44001: _brace_parameter: Complete (q+) | dana | 1 | -0/+1 | |
2019-01-18 | 43990: _opkg: Support gain-privileges | dana | 1 | -4/+10 | |
2019-01-08 | users/23829: add and coument file-split-chars style | Peter Stephenson | 1 | -0/+5 | |
2019-01-04 | 43974: _git: Always offer -F/-m for `git tag` | dana | 1 | -10/+2 | |
2019-01-01 | 43960: Add full completion for exec and setsid | dana | 3 | -1/+22 | |
2019-01-01 | 43959: Add completion for strongSwan, &al. | dana | 3 | -1/+405 | |
Also update _urls to complete unix:// URIs as for file:// | |||||
2018-12-30 | 43914 (tweaked): Add completion for Composer | dana | 1 | -0/+850 | |
Tweaks: Adjusted spelling, fixed minor idiomatic issues | |||||
2018-12-30 | 43930: Improve _multi_parts performance | dana | 1 | -7/+9 | |
2018-12-23 | 43928: _alternative: Evaluate (...) action syntax as with _arguments | dana | 1 | -1/+3 | |
2018-12-17 | 43897: Add/update various completion functions | dana | 11 | -4/+255 | |
* Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs) | |||||
2018-12-17 | 43895: _watch: Complete for procps/-ng watch | dana | 1 | -5/+38 | |
2018-12-14 | unposted: _dig: Fix _arguments syntax error | dana | 1 | -2/+2 | |
2018-12-09 | 43871: _files: Support `-F '(pat ...)'` as with _path_files | dana | 1 | -0/+2 | |
2018-12-04 | 43861: make "(#" completion safer by checking for ")" | Peter Stephenson | 1 | -1/+1 | |
2018-12-04 | 43860: Complete glob flags at start of word. | Peter Stephenson | 1 | -0/+4 | |
2018-11-16 | 43830: _cu: Complete /dev/cu.* | Daniel O'Connor | 1 | -2/+2 | |
2018-11-15 | unposted: _zcat: support macOS | Jun-ichi Takimoto | 1 | -1/+1 | |