Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-27 | 53328: completion options update | Oliver Kiddle | 7 | -22/+227 | |
2025-01-27 | 53326: completion updates for core Linux utils | Oliver Kiddle | 7 | -8/+23 | |
2024-09-14 | unposted (c.f. Emil Velikov: 53072): remove completion that has been ↵ | Oliver Kiddle | 1 | -165/+0 | |
imported by the upstream project | |||||
2024-03-18 | 52770: handle newrole in SELinux completions | Oliver Kiddle | 1 | -8/+23 | |
2024-01-14 | Fix a typo | Wu Zhenyu | 1 | -1/+1 | |
$ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds | |||||
2023-11-22 | 52315: completion options update | Oliver Kiddle | 7 | -35/+139 | |
2023-11-17 | 52307: new completion for many SELinux tools | Oliver Kiddle | 5 | -30/+806 | |
2023-11-02 | 52268: update nmcli completion to networkmanager 1.42.2 | Oliver Kiddle | 1 | -2/+18 | |
2023-11-02 | 52266: update completion for strace to 2.6.5 | Oliver Kiddle | 1 | -3/+11 | |
2023-11-02 | 52265: update completions for some util-linux tools to version 2.39.2 | Oliver Kiddle | 2 | -1/+9 | |
2023-09-20 | 51857: Include fusermount3 in fusermount completions | Wim de With | 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. | |||||
2023-09-04 | 52112: use '_normal -p subcmd' to complete only external command | Jun-ichi Takimoto | 5 | -5/+5 | |
2023-07-26 | 51979: Update free completion for procps-ng version 4.0.3 | Shohei YOSHIDA | 1 | -0/+1 | |
2023-07-26 | 51964: support pidof variants other than procps | Shohei YOSHIDA | 1 | -13/+45 | |
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 | 5 | -8/+8 | |
2021-03-28 | 48210: Introduce new completion for setpriv(1) on Linux | Arseny Maslennikov | 1 | -0/+107 | |
2021-03-28 | 48212: Introduce new completion for Linux task capabilities | Arseny Maslennikov | 1 | -0/+65 | |
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 | 5 | -0/+60 | |