Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-25 | github #94: Support .zst kernel modules with modutils | Norbert Lange | 1 | -1/+1 | |
2022-05-25 | github #93: Replace /etc/mtab with /proc/self/mounts for Linux | Norbert Lange | 2 | -2/+2 | |
/proc/self/mounts has been available since Linux 2.4.19, released in 2002. /etc/mtab is usually a symlink to this file but might not exist | |||||
2022-05-08 | 50176 (tweaked): Improve htop completion | dana | 1 | -11/+55 | |
* Correct -v to -V * Make -u argument optional * Enable option stacking * Improve descriptions * Fix broken sort keys with htop 3.x and add new key descriptions * Remove _sequence limit on -p * Add several missing options + Fixed a typo and an erroneous comment in the original patch Thanks to GitHub user xpufx, whose work formed the initial basis of this change (see zsh-users/zsh pull #89) | |||||
2021-12-02 | 49629: new Linux perf completion | Oliver Kiddle | 1 | -0/+809 | |
2021-11-24 | 49597: add a helper for completing numbers with unit suffixes and separate ↵ | Oliver Kiddle | 1 | -4/+4 | |
out defaults, ranges and units in completion descriptions | |||||
2021-11-12 | github #82: Fix typos | Dimitris Apostolou | 2 | -2/+2 | |
2021-10-23 | 49500: new lsns completion | Oliver Kiddle | 1 | -0/+18 | |
2021-10-11 | 49464: _basenc: new completion | Jun-ichi Takimoto | 1 | -0/+30 | |
2021-08-29 | 49319: completion options update | Oliver Kiddle | 11 | -51/+117 | |
2021-08-29 | 49315: list units in brackets at the end of group descriptions | Oliver Kiddle | 1 | -1/+1 | |
2021-08-27 | 49309: update the strace completion through strace 5.13 | Oliver Kiddle | 1 | -43/+79 | |
2021-08-27 | 49306: fix file completion for the second parameter to losetup | Oliver Kiddle | 1 | -2/+3 | |
2021-07-19 | 49147: fix completion of linux kernel modules | Eric Cook | 1 | -1/+1 | |
2021-07-10 | 49157: fix uses of literal % characters in completion descriptions | Oliver Kiddle | 1 | -4/+4 | |
2021-07-10 | 49156: make wider use of the convention of square brackets for defaults | Oliver Kiddle | 2 | -14/+7 | |
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 4 | -7/+7 | |
2021-03-28 | 48210: Introduce new completion for setpriv(1) on Linux | Arseny Maslennikov | 1 | -0/+107 | |
2021-02-07 | 47932: update completions for procps 3.3.16 | Oliver Kiddle | 1 | -1/+1 | |
2021-02-06 | 47918: new util-linux completions for nsenter and unshare | Oliver Kiddle | 2 | -0/+68 | |
2020-08-13 | 47320: Add completion for Linux tool used to adjust process OOM score | Jörg Sommer | 1 | -0/+10 | |
2020-08-13 | 47321: update completion for btrfs 5.4 | Oliver Kiddle | 1 | -6/+15 | |
2020-07-08 | gitlab !15: modutils completion: Fix FHS assumption | Doron Behar | 1 | -3/+20 | |
Remove calls to programs from /sbin/ with _call_program and to avoid the system complies to the FHS. Support modules completion for NixOS and Guix which store their kernel modules not at /lib/modules. | |||||
2020-06-11 | gitlab !12: completion for mat & mat2 | Jan Máslo | 2 | -0/+38 | |
2020-06-08 | gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args | Doron Behar | 1 | -1/+1 | |
2020-06-01 | 45939: Add _pgids type | Matthew Martin | 1 | -2/+2 | |
2020-06-01 | gitlab !14: modutils completion: Fix getting the value of kver from opt_args | Doron Behar | 1 | -1/+1 | |
To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed. | |||||
2020-03-17 | 45572: _sshfs: Complete some more options | Daniel Shahaf | 1 | -3/+10 | |
2020-01-10 | 45266: Fix losetup completion, broken in ↵ | Daniel Shahaf | 1 | -1/+1 | |
da085b7a20729401c725f91ae930200d0deda64f (41720). | |||||
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 3 | -3/+3 | |
2019-12-02 | unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg spec | dana | 1 | -1/+1 | |
2019-12-01 | 44967: Completion for aplay from alsa-utils | Sebastian Gniazdowski | 1 | -0/+54 | |
2019-10-18 | c.f. 44831: remove completion functions for long dead projects | Oliver Kiddle | 1 | -24/+0 | |
2019-10-01 | 44798: completion option update | Oliver Kiddle | 4 | -10/+17 | |
2019-09-30 | 44788: handle newer rpm commands like rpmkeys, rpmsign and update options | Oliver Kiddle | 1 | -53/+0 | |
2019-09-27 | 44781: add completion of SELinux contexts | Oliver Kiddle | 1 | -0/+24 | |
2019-08-19 | 44587: completion option updates | Oliver Kiddle | 5 | -31/+75 | |
2019-05-23 | unposted: remove spurious reference to nonexistent completion function | Oliver Kiddle | 1 | -2/+2 | |
2019-05-23 | 44349: completion option updates | Oliver Kiddle | 6 | -9/+43 | |
2019-05-20 | 44308: update Linux modutils completion | Oliver Kiddle | 1 | -132/+140 | |
2019-04-10 | 44210: add _findmnt and update _lsblk | Jun-ichi Takimoto | 2 | -1/+119 | |
2019-04-04 | 44201: _command_name: Check for external forcing precommand | Matthew Martin | 1 | -1/+0 | |
2019-04-04 | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 1 | -3/+1 | |
2019-03-22 | 44147: add/update completions for procps-ng | Jun-ichi Takimoto | 4 | -0/+76 | |
New completions for free, pmap, slabtop, tload. Update _top. | |||||
2019-02-26 | 44080: Completion: Fix several option-description typos | dana | 3 | -4/+4 | |
2019-01-18 | 43990: _opkg: Support gain-privileges | dana | 1 | -4/+10 | |
2019-01-01 | 43960: Add full completion for exec and setsid | dana | 1 | -0/+12 | |
2018-11-12 | 43816: various completion option updates | Oliver Kiddle | 4 | -52/+153 | |
2018-11-12 | 43817: update options in btrfs completion through to btrfs 4.17.1 | Oliver Kiddle | 1 | -66/+182 | |
2018-10-08 | 43623: Fix Completion iptables -t raw security | a-wing | 1 | -3/+3 | |
2018-09-18 | 43464: complete options for the valgrind drd tool and update them for helgrind | Oliver Kiddle | 1 | -7/+40 | |