Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo | Wu Zhenyu | 2024-01-14 | 1 | -1/+1 |
| | | | | | $ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds | ||||
* | 52315: completion options update | Oliver Kiddle | 2023-11-22 | 7 | -35/+139 |
| | |||||
* | 52307: new completion for many SELinux tools | Oliver Kiddle | 2023-11-17 | 3 | -25/+782 |
| | |||||
* | 52268: update nmcli completion to networkmanager 1.42.2 | Oliver Kiddle | 2023-11-02 | 1 | -2/+18 |
| | |||||
* | 52266: update completion for strace to 2.6.5 | Oliver Kiddle | 2023-11-02 | 1 | -3/+11 |
| | |||||
* | 52265: update completions for some util-linux tools to version 2.39.2 | Oliver Kiddle | 2023-11-02 | 2 | -1/+9 |
| | |||||
* | 51857: Include fusermount3 in fusermount completions | Wim de With | 2023-09-20 | 1 | -1/+1 |
| | | | | | | fusermount3 is part of libfuse version 3, while fusermount is part of libfuse version 2. Since they share the exact same command line interface, we can reuse the completions. | ||||
* | 52112: use '_normal -p subcmd' to complete only external command | Jun-ichi Takimoto | 2023-09-04 | 5 | -5/+5 |
| | |||||
* | 51979: Update free completion for procps-ng version 4.0.3 | Shohei YOSHIDA | 2023-07-26 | 1 | -0/+1 |
| | |||||
* | 51964: support pidof variants other than procps | Shohei YOSHIDA | 2023-07-26 | 1 | -13/+45 |
| | |||||
* | github #94: Support .zst kernel modules with modutils | Norbert Lange | 2022-05-25 | 1 | -1/+1 |
| | |||||
* | github #93: Replace /etc/mtab with /proc/self/mounts for Linux | Norbert Lange | 2022-05-25 | 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 | ||||
* | 50176 (tweaked): Improve htop completion | dana | 2022-05-08 | 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) | ||||
* | 49629: new Linux perf completion | Oliver Kiddle | 2021-12-02 | 1 | -0/+809 |
| | |||||
* | 49597: add a helper for completing numbers with unit suffixes and separate ↵ | Oliver Kiddle | 2021-11-24 | 1 | -4/+4 |
| | | | | out defaults, ranges and units in completion descriptions | ||||
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 2 | -2/+2 |
| | |||||
* | 49500: new lsns completion | Oliver Kiddle | 2021-10-23 | 1 | -0/+18 |
| | |||||
* | 49464: _basenc: new completion | Jun-ichi Takimoto | 2021-10-11 | 1 | -0/+30 |
| | |||||
* | 49319: completion options update | Oliver Kiddle | 2021-08-29 | 11 | -51/+117 |
| | |||||
* | 49315: list units in brackets at the end of group descriptions | Oliver Kiddle | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | 49309: update the strace completion through strace 5.13 | Oliver Kiddle | 2021-08-27 | 1 | -43/+79 |
| | |||||
* | 49306: fix file completion for the second parameter to losetup | Oliver Kiddle | 2021-08-27 | 1 | -2/+3 |
| | |||||
* | 49147: fix completion of linux kernel modules | Eric Cook | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | 49157: fix uses of literal % characters in completion descriptions | Oliver Kiddle | 2021-07-10 | 1 | -4/+4 |
| | |||||
* | 49156: make wider use of the convention of square brackets for defaults | Oliver Kiddle | 2021-07-10 | 2 | -14/+7 |
| | |||||
* | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 2021-07-09 | 4 | -7/+7 |
| | |||||
* | 48210: Introduce new completion for setpriv(1) on Linux | Arseny Maslennikov | 2021-03-28 | 1 | -0/+107 |
| | |||||
* | 47932: update completions for procps 3.3.16 | Oliver Kiddle | 2021-02-07 | 1 | -1/+1 |
| | |||||
* | 47918: new util-linux completions for nsenter and unshare | Oliver Kiddle | 2021-02-06 | 2 | -0/+68 |
| | |||||
* | 47320: Add completion for Linux tool used to adjust process OOM score | Jörg Sommer | 2020-08-13 | 1 | -0/+10 |
| | |||||
* | 47321: update completion for btrfs 5.4 | Oliver Kiddle | 2020-08-13 | 1 | -6/+15 |
| | |||||
* | gitlab !15: modutils completion: Fix FHS assumption | Doron Behar | 2020-07-08 | 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. | ||||
* | gitlab !12: completion for mat & mat2 | Jan Máslo | 2020-06-11 | 2 | -0/+38 |
| | |||||
* | gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args | Doron Behar | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | 45939: Add _pgids type | Matthew Martin | 2020-06-01 | 1 | -2/+2 |
| | |||||
* | gitlab !14: modutils completion: Fix getting the value of kver from opt_args | Doron Behar | 2020-06-01 | 1 | -1/+1 |
| | | | | | To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed. | ||||
* | 45572: _sshfs: Complete some more options | Daniel Shahaf | 2020-03-17 | 1 | -3/+10 |
| | |||||
* | 45266: Fix losetup completion, broken in ↵ | Daniel Shahaf | 2020-01-10 | 1 | -1/+1 |
| | | | | da085b7a20729401c725f91ae930200d0deda64f (41720). | ||||
* | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 2020-01-09 | 3 | -3/+3 |
| | |||||
* | unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg spec | dana | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | 44967: Completion for aplay from alsa-utils | Sebastian Gniazdowski | 2019-12-01 | 1 | -0/+54 |
| | |||||
* | c.f. 44831: remove completion functions for long dead projects | Oliver Kiddle | 2019-10-18 | 1 | -24/+0 |
| | |||||
* | 44798: completion option update | Oliver Kiddle | 2019-10-01 | 4 | -10/+17 |
| | |||||
* | 44788: handle newer rpm commands like rpmkeys, rpmsign and update options | Oliver Kiddle | 2019-09-30 | 1 | -53/+0 |
| | |||||
* | 44781: add completion of SELinux contexts | Oliver Kiddle | 2019-09-27 | 1 | -0/+24 |
| | |||||
* | 44587: completion option updates | Oliver Kiddle | 2019-08-19 | 5 | -31/+75 |
| | |||||
* | unposted: remove spurious reference to nonexistent completion function | Oliver Kiddle | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | 44349: completion option updates | Oliver Kiddle | 2019-05-23 | 6 | -9/+43 |
| | |||||
* | 44308: update Linux modutils completion | Oliver Kiddle | 2019-05-20 | 1 | -132/+140 |
| | |||||
* | 44210: add _findmnt and update _lsblk | Jun-ichi Takimoto | 2019-04-10 | 2 | -1/+119 |
| |