mu: add zsh completion

Remove the ancient zsh completion, and replace with a new, more complete
one. Automatically install (but configuration through meson options)
This commit is contained in:
Dirk-Jan C. Binnema
2026-08-04 06:46:11 +03:00
committed by Seth Ladygo
parent e26fc581df
commit 756f795cea
6 changed files with 451 additions and 125 deletions

View File

@ -75,6 +75,18 @@ option('guile-extension-dir',
type: 'string',
description: 'custom install path for the guile extension module')
#
# completion
#
option('zsh-completion',
type : 'feature',
value: 'auto',
description: 'whether to install zsh completion for mu')
option('zsh-completion-dir',
type: 'string',
description: 'custom install path for zsh completion')
#
# misc
#