1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-21 19:31:50 +02:00
zsh/Completion
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
..
AIX
Base unposted: extra quoting of words in "eval" for safety 2023-09-09 22:11:50 -07:00
BSD 52112: use '_normal -p subcmd' to complete only external command 2023-09-04 15:07:52 +09:00
Cygwin/Command 49156: make wider use of the convention of square brackets for defaults 2021-07-10 23:44:58 +02:00
Darwin 52098, 52099, 52100, 52105(+minor tweak): update for latest macOS 2023-08-28 13:12:50 +09:00
Debian 52102: Add subcommand autopurge to apt completion 2023-09-20 20:08:12 +02:00
Linux 51857: Include fusermount3 in fusermount completions 2023-09-20 20:21:50 +02:00
Mandriva github #82: Fix typos 2021-11-12 23:54:34 +01:00
openSUSE/Command 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Redhat github #82: Fix typos 2021-11-12 23:54:34 +01:00
Solaris Protect another : from history modifier expansion 2023-06-06 09:24:31 +01:00
Unix 52141: Add trailer token completion for git commit --trailer 2023-09-20 20:00:10 +02:00
X 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
Zsh 51980: Add glob qualifier grouping operator to completion 2023-09-20 20:17:09 +02:00
.cvsignore
.distfiles
bashcompinit 49630: allow zsh to quote matches from bash completions but include a special case for space suffixes 2021-12-02 21:03:57 +01:00
compaudit
compdump 49454: open dump file once only instead of reopening it for appends 2021-09-28 23:45:44 +02:00
compinit 49917: change sense of "Ignore insecure ..." answer and use "autoload -r" 2022-03-29 13:18:49 -07:00
compinstall
README

The subdirectories contain code for a shell-based system of command-line
completion.  This is considerably more powerful than the old `compctl'
method.  For details, see the compsys(1) manual page (`man zshcompsys').