Oliver Kiddle
4e4274eda6
53328: completion options update
2025-01-27 23:34:59 +01:00
Oliver Kiddle
f3b865b915
53326: completion updates for core Linux utils
2025-01-27 23:06:16 +01:00
Oliver Kiddle
6bc8c60933
unposted (c.f. Emil Velikov: 53072): remove completion that has been imported by the upstream project
2024-09-14 19:49:06 +02:00
Oliver Kiddle
93334b207f
52770: handle newrole in SELinux completions
2024-03-18 21:34:38 +01:00
Wu Zhenyu
dde12593db
Fix a typo
...
$ valgrind --tool=massif --help | grep time-unit
--time-unit=i|ms|B time unit: instructions executed, milliseconds
2024-01-14 13:48:51 -06:00
Oliver Kiddle
6aa15f57fd
52315: completion options update
2023-11-22 00:07:37 +01:00
Oliver Kiddle
8f0a8131fa
52307: new completion for many SELinux tools
2023-11-17 18:25:21 +01:00
Oliver Kiddle
364ecf7099
52268: update nmcli completion to networkmanager 1.42.2
2023-11-02 16:26:16 +01:00
Oliver Kiddle
8e65233747
52266: update completion for strace to 2.6.5
2023-11-02 15:02:31 +01:00
Oliver Kiddle
491e268e8b
52265: update completions for some util-linux tools to version 2.39.2
2023-11-02 14:59:19 +01:00
Wim de With
12b61965b5
51857: Include fusermount3 in fusermount completions
...
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-20 20:21:50 +02:00
Jun-ichi Takimoto
c0caef5613
52112: use '_normal -p subcmd' to complete only external command
2023-09-04 15:07:52 +09:00
Shohei YOSHIDA
5ff23c2c6d
51979: Update free completion for procps-ng version 4.0.3
2023-07-26 20:01:06 -07:00
Shohei YOSHIDA
ec61c9a5c0
51964: support pidof variants other than procps
2023-07-26 19:58:00 -07:00
Norbert Lange
dd2c882ae1
github #94 : Support .zst kernel modules with modutils
2022-05-25 22:51:02 -05:00
Norbert Lange
c1f1bbc5b9
github #93 : Replace /etc/mtab with /proc/self/mounts for Linux
...
/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-25 22:50:48 -05:00
dana
eec9882d04
50176 (tweaked): Improve htop completion
...
* 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 )
2022-05-08 01:32:04 -05:00
Oliver Kiddle
4775f4dc12
49629: new Linux perf completion
2021-12-02 21:03:54 +01:00
Oliver Kiddle
16d5d6a9da
49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions
2021-11-24 23:09:38 +01:00
Dimitris Apostolou
356dcb20ce
github #82 : Fix typos
2021-11-12 23:54:34 +01:00
Oliver Kiddle
f414456b7a
49500: new lsns completion
2021-10-23 18:15:43 +02:00
Jun-ichi Takimoto
a18348b897
49464: _basenc: new completion
2021-10-11 23:43:47 +09:00
Oliver Kiddle
a9386df558
49319: completion options update
2021-08-29 17:08:34 +02:00
Oliver Kiddle
76de0b05da
49315: list units in brackets at the end of group descriptions
2021-08-29 16:55:25 +02:00
Oliver Kiddle
46c502c380
49309: update the strace completion through strace 5.13
2021-08-27 09:12:29 +02:00
Oliver Kiddle
b8d3787bac
49306: fix file completion for the second parameter to losetup
2021-08-27 09:10:31 +02:00
Eric Cook
d9e5ef0204
49147: fix completion of linux kernel modules
2021-07-19 02:16:35 -04:00
Oliver Kiddle
e9203d04aa
49157: fix uses of literal % characters in completion descriptions
2021-07-10 23:50:50 +02:00
Oliver Kiddle
35f9585cd1
49156: make wider use of the convention of square brackets for defaults
2021-07-10 23:44:58 +02:00
Oliver Kiddle
e6fdd35a83
49150: consistently use singular form for headings on completion match groups
2021-07-09 00:23:52 +02:00
Arseny Maslennikov
e469b8c4e3
48210: Introduce new completion for setpriv(1) on Linux
2021-03-28 12:47:36 +02:00
Arseny Maslennikov
14709db6d6
48212: Introduce new completion for Linux task capabilities
2021-03-28 12:27:12 +02:00
Oliver Kiddle
2edac834a8
47932: update completions for procps 3.3.16
2021-02-07 02:54:21 +01:00
Oliver Kiddle
ba48357315
47918: new util-linux completions for nsenter and unshare
2021-02-06 00:05:48 +01:00
Jörg Sommer
8becb89357
47320: Add completion for Linux tool used to adjust process OOM score
2020-08-13 22:19:02 +02:00
Oliver Kiddle
90e1f5d541
47321: update completion for btrfs 5.4
2020-08-13 22:13:22 +02:00
Doron Behar
02f62e5d21
gitlab !15 : modutils completion: Fix FHS assumption
...
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-07-08 18:07:39 +02:00
Jan Máslo
dc5dfd19a2
gitlab !12 : completion for mat & mat2
2020-06-11 22:46:49 +02:00
Doron Behar
aa7b62e3fa
gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args
2020-06-08 06:23:05 +00:00
Matthew Martin
7ec05332a2
45939: Add _pgids type
2020-06-01 21:18:23 -05:00
Doron Behar
56fffd5482
gitlab !14 : modutils completion: Fix getting the value of kver from opt_args
...
To get the _value_ of either of the options -S, -k or --set-version,
the (i) subscript flag is not needed.
2020-06-01 08:21:39 +00:00
Daniel Shahaf
a30da73187
45572: _sshfs: Complete some more options
2020-03-17 14:03:50 +00:00
Daniel Shahaf
70d6d0d86c
45266: Fix losetup completion, broken in da085b7a20
(41720).
2020-01-10 12:46:38 +00:00
Jens Schleusener
11dbe4c286
45269: Fix misspellings in completions and elsewhere.
2020-01-09 13:42:02 +00:00
dana
0c59705e9e
unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg spec
2019-12-02 17:26:55 -06:00
Sebastian Gniazdowski
055113d775
44967: Completion for aplay from alsa-utils
2019-12-01 22:24:16 +01:00
Oliver Kiddle
308295d4d2
c.f. 44831: remove completion functions for long dead projects
2019-10-18 22:57:24 +02:00
Oliver Kiddle
7d2d242b30
44798: completion option update
2019-10-01 23:10:17 +02:00
Oliver Kiddle
2c03873053
44788: handle newer rpm commands like rpmkeys, rpmsign and update options
2019-09-30 23:14:36 +02:00
Oliver Kiddle
4f48ce208b
44781: add completion of SELinux contexts
2019-09-27 00:27:45 +02:00