Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41616: update completion options to entr 3.8 | Oliver Kiddle | 2017-08-29 | 1 | -2/+16 |
| | |||||
* | unposted: add missing #autoload directive | Oliver Kiddle | 2017-08-29 | 1 | -0/+2 |
| | |||||
* | 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 | ||||
* | 41560: cleanup chsh completion for different platforms | Oliver Kiddle | 2017-08-18 | 1 | -35/+62 |
| | |||||
* | users/22834: allow completion after -c and a few other new ip options | Tomasz Pala | 2017-08-16 | 1 | -0/+15 |
| | |||||
* | 41556: complete BPF (libpcap) filters | Oliver Kiddle | 2017-08-16 | 3 | -73/+352 |
| | |||||
* | 41552: complete only branches after git worktree add --detach | Oliver Kiddle | 2017-08-16 | 1 | -2/+2 |
| | | | | the --detach is superfluous for other commits | ||||
* | 41481: _df: Complete mounted device and mount points. | Daniel Shahaf | 2017-08-08 | 3 | -45/+48 |
| | | | | | This splits umount's "udevordir" completion from _mount to a new file, without changing it. | ||||
* | 41486: _tmux: Correct completions of new-window, split-window, ↵ | Daniel Shahaf | 2017-08-08 | 1 | -4/+4 |
| | | | | | | respawn-window, respawn-pane. This follows up to 41467 which patched new-session. | ||||
* | 41493: fix to not print hash into terminal and update options for git 2.14 | Oliver Kiddle | 2017-08-06 | 1 | -2/+7 |
| | |||||
* | 41492: update some options in completions | Oliver Kiddle | 2017-08-05 | 3 | -31/+52 |
| | |||||
* | 41479: _xz: Complete compressed, rather than uncompressed, files after -d. | Daniel Shahaf | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | 41475: _git: Complete files after 'reset' when there are no commits, when ↵ | Daniel Shahaf | 2017-08-02 | 1 | -0/+6 |
| | | | | the 'verbose' style is set. | ||||
* | unposted: _git: Fix style lookup for 'max-verbose'. | Daniel Shahaf | 2017-07-31 | 1 | -1/+1 |
| | |||||
* | 41467: Correct completion of 'tmux new <TAB>'. | Daniel Shahaf | 2017-07-28 | 2 | -1/+18 |
| | | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand. | ||||
* | 41471 (tweaked): _svn: Complete propvals in 'propset'. | Daniel Shahaf | 2017-07-28 | 1 | -1/+24 |
| | |||||
* | 41458: _subversion: Don't cache an empty commands list when svn is not ↵ | Daniel Shahaf | 2017-07-28 | 1 | -1/+6 |
| | | | | available at the first invocation of _svn. | ||||
* | 41432: use option grouping in xz completion | Oliver Kiddle | 2017-07-15 | 1 | -40/+41 |
| | |||||
* | 41431: update options in assorted completions | Oliver Kiddle | 2017-07-15 | 6 | -22/+56 |
| | |||||
* | 41414: fix for commas used in exclusion lists | Fabian Klötzl | 2017-07-14 | 2 | -2/+9 |
| | | | | also missing escape for _gcc and --no-index option for git diff | ||||
* | 41419: update for git 2.13.2 | Oliver Kiddle | 2017-07-14 | 1 | -11/+30 |
| | |||||
* | 41409: complete "django startproject" | Marcin Mielniczuk | 2017-07-11 | 1 | -0/+1 |
| | |||||
* | 41339: Unquote treeish argument for git checkout completion | Peter Stephenson | 2017-06-22 | 1 | -2/+2 |
| | |||||
* | 41177: _nm: add support for macOS and OpenBSD | Jun-ichi Takimoto | 2017-06-01 | 1 | -30/+80 |
| | |||||
* | 41159: handle "Include" and "HostName" lines in ~/.ssh/config | Barton E. Schaefer | 2017-05-28 | 1 | -11/+17 |
| | | | | Added 2>/dev/null to conceal file access errors. | ||||
* | 41087: Update kvno completion to MIT krb 1.14 | Marko Myllynen | 2017-05-22 | 1 | -4/+6 |
| | |||||
* | 41086: Update librt completions | Marko Myllynen | 2017-05-22 | 1 | -2/+3 |
| | |||||
* | 41085: Update OpenStack completions | Marko Myllynen | 2017-05-22 | 1 | -3/+3 |
| | |||||
* | unposted: fix syntax on line end | Oliver Kiddle | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | 40965: fix for missing local declarations of expl | Oliver Kiddle | 2017-04-26 | 13 | -36/+56 |
| | |||||
* | 41006: _ls: new optiosns and a few fixes | Jun-ichi Takimoto | 2017-04-26 | 1 | -24/+76 |
| | |||||
* | 40943: __git_recent_commits: prefer recent commit objects | Daniel Hahler | 2017-04-23 | 1 | -2/+2 |
| | | | | | | Without this "commit to be amended" shows up before "recent commit object name" with `git commit --fixup`, but the recent commit objects are the most useful here. | ||||
* | 40973: _remote_files: Fix completion of remote files that start with a ↵ | Daniel Shahaf | 2017-04-18 | 1 | -2/+4 |
| | | | | hyphen/minus. | ||||
* | * 40782: avoid dependency on zsh/regex module | Sebastian Gniazdowski | 2017-04-01 | 1 | -2/+3 |
| | |||||
* | 40878: additional stgit squash command completeion | Alexandre Rames | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | 40855: _dmidecode: Fix _arguments syntax error. | Daniel Shahaf | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | 40843: update options for ruby 2.4.0p0 | Oliver Kiddle | 2017-03-14 | 1 | -3/+4 |
| | |||||
* | 40842: update completions for coreutils and similar utilities, also ↵ | Oliver Kiddle | 2017-03-14 | 12 | -132/+226 |
| | | | | improving BSD and Solaris support | ||||
* | 40818: _git-checkout: When completing local heads, prefer ↵ | Daniel Shahaf | 2017-03-14 | 1 | -1/+5 |
| | | | | recently-checked-out ones. (after 38592) | ||||
* | 40817: __git_recent_branches: Retrieve less data, but faster. | Daniel Shahaf | 2017-03-14 | 1 | -1/+2 |
| | | | | | | | | | | | By replacing the --grep-reflog=needle argument with a ${(M)...:#needle} filter, we retrieve less data from the reflog, and consequently run (on my test cases) 16% to 40% faster. The trade-off is that we retrieve less data: instead of retrieving the 1000 most recent 'checkout' operations, we retrieve the most recent 1000 operations, which would include fewer than 1000 checkout operations. Also change [[:xdigit:]] to [0-9a-f] since it's faster, however, the absolute gain from this is minor compared to the cost of 'git reflog'. | ||||
* | 40837: for pgrep completion, add -w on Linux | Wieland Hoffmann | 2017-03-12 | 1 | -1/+2 |
| | |||||
* | unposted (github pull request #15): fix a small typo in `ip` corrections file | John Leuenhagen | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | 40824: grep completion handling of option deviations between different systems | Oliver Kiddle | 2017-03-10 | 1 | -20/+60 |
| | |||||
* | 40808: fix typos where (x,y) should have been (x y) in _arguments syntax | Fabian Klotzl | 2017-03-09 | 10 | -10/+10 |
| | |||||
* | 40801: re-fix completion of mount points with spaces in the name | Barton E. Schaefer | 2017-03-09 | 1 | -3/+9 |
| | | | | Turns out that work of art removed by 33963 was necessary after all |