summaryrefslogtreecommitdiff
path: root/Completion/Linux
AgeCommit message (Collapse)AuthorFilesLines
2025-01-2753328: completion options updateOliver Kiddle7-22/+227
2025-01-2753326: completion updates for core Linux utilsOliver Kiddle7-8/+23
2024-09-14unposted (c.f. Emil Velikov: 53072): remove completion that has been ↵Oliver Kiddle1-165/+0
imported by the upstream project
2024-03-1852770: handle newrole in SELinux completionsOliver Kiddle1-8/+23
2024-01-14Fix a typoWu Zhenyu1-1/+1
$ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds
2023-11-2252315: completion options updateOliver Kiddle7-35/+139
2023-11-1752307: new completion for many SELinux toolsOliver Kiddle5-30/+806
2023-11-0252268: update nmcli completion to networkmanager 1.42.2Oliver Kiddle1-2/+18
2023-11-0252266: update completion for strace to 2.6.5Oliver Kiddle1-3/+11
2023-11-0252265: update completions for some util-linux tools to version 2.39.2Oliver Kiddle2-1/+9
2023-09-2051857: Include fusermount3 in fusermount completionsWim de With1-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-0452112: use '_normal -p subcmd' to complete only external commandJun-ichi Takimoto5-5/+5
2023-07-2651979: Update free completion for procps-ng version 4.0.3Shohei YOSHIDA1-0/+1
2023-07-2651964: support pidof variants other than procpsShohei YOSHIDA1-13/+45
2022-05-25github #94: Support .zst kernel modules with modutilsNorbert Lange1-1/+1
2022-05-25github #93: Replace /etc/mtab with /proc/self/mounts for LinuxNorbert Lange2-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-0850176 (tweaked): Improve htop completiondana1-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-0249629: new Linux perf completionOliver Kiddle1-0/+809
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle1-4/+4
out defaults, ranges and units in completion descriptions
2021-11-12github #82: Fix typosDimitris Apostolou2-2/+2
2021-10-2349500: new lsns completionOliver Kiddle1-0/+18
2021-10-1149464: _basenc: new completionJun-ichi Takimoto1-0/+30
2021-08-2949319: completion options updateOliver Kiddle11-51/+117
2021-08-2949315: list units in brackets at the end of group descriptionsOliver Kiddle1-1/+1
2021-08-2749309: update the strace completion through strace 5.13Oliver Kiddle1-43/+79
2021-08-2749306: fix file completion for the second parameter to losetupOliver Kiddle1-2/+3
2021-07-1949147: fix completion of linux kernel modulesEric Cook1-1/+1
2021-07-1049157: fix uses of literal % characters in completion descriptionsOliver Kiddle1-4/+4
2021-07-1049156: make wider use of the convention of square brackets for defaultsOliver Kiddle2-14/+7
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle5-8/+8
2021-03-2848210: Introduce new completion for setpriv(1) on LinuxArseny Maslennikov1-0/+107
2021-03-2848212: Introduce new completion for Linux task capabilitiesArseny Maslennikov1-0/+65
2021-02-0747932: update completions for procps 3.3.16Oliver Kiddle1-1/+1
2021-02-0647918: new util-linux completions for nsenter and unshareOliver Kiddle2-0/+68
2020-08-1347320: Add completion for Linux tool used to adjust process OOM scoreJörg Sommer1-0/+10
2020-08-1347321: update completion for btrfs 5.4Oliver Kiddle1-6/+15
2020-07-08gitlab !15: modutils completion: Fix FHS assumptionDoron Behar1-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-11gitlab !12: completion for mat & mat2Jan Máslo2-0/+38
2020-06-08gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_argsDoron Behar1-1/+1
2020-06-0145939: Add _pgids typeMatthew Martin1-2/+2
2020-06-01gitlab !14: modutils completion: Fix getting the value of kver from opt_argsDoron Behar1-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-1745572: _sshfs: Complete some more optionsDaniel Shahaf1-3/+10
2020-01-1045266: Fix losetup completion, broken in ↵Daniel Shahaf1-1/+1
da085b7a20729401c725f91ae930200d0deda64f (41720).
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener3-3/+3
2019-12-02unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg specdana1-1/+1
2019-12-0144967: Completion for aplay from alsa-utilsSebastian Gniazdowski1-0/+54
2019-10-18c.f. 44831: remove completion functions for long dead projectsOliver Kiddle1-24/+0
2019-10-0144798: completion option updateOliver Kiddle4-10/+17
2019-09-3044788: handle newer rpm commands like rpmkeys, rpmsign and update optionsOliver Kiddle1-53/+0
2019-09-2744781: add completion of SELinux contextsOliver Kiddle5-0/+60