aboutsummaryrefslogtreecommitdiff
path: root/data/shell-completions/zsh
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13Fix misspellsAntonin Décimo1-3/+3
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
2020-09-23zsh: Add completions for meson compileDylan Baker1-0/+16
2020-09-23zsh: add completions for subprojectsDylan Baker1-3/+77
2020-09-23zsh: add wrap completionsDylan Baker1-1/+54
This is still missing completions for promote, but I can't figure out how to find the wraps in subprojects that are not in the parent project when those projects haven't been fetched yet.
2020-09-23zsh: add missing arguments to meson test completionsDylan Baker1-5/+6
This also reorders the options internally to match the output of meson test --help, which makes it easier to diff
2020-09-23zsh: Add completions for meson initDylan Baker1-2/+22
2020-09-23zsh: Add completions for meson installDylan Baker1-2/+17
2020-09-22zsh: add meson dist completionsDylan Baker1-2/+18
2020-09-22zsh: Add ability to complete depedency pathsDylan Baker1-4/+4
using , separated syntax
2020-09-22zsh: add missing options for meson introspectDylan Baker1-5/+7
2020-09-22zsh: share common options between meson configure and meson setupDylan Baker1-36/+38
2020-09-22zsh: Add missing options for meson setupDylan Baker1-12/+26
2020-09-22zsh: remove binaries that are not longer installedDylan Baker1-1/+1
2020-08-08completions/zsh: Add --native-fileDylan Baker1-0/+1
Which is missing
2019-03-08bash/zsh: drop completion for deprecated commandEric Engestrom1-16/+0
2019-02-20zsh: complete targetsEric Engestrom1-2/+16
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle1-1/+1
This can be useful to make sure that a project builds when its fallbacks are used on systems where external dependencies satisfy the version requirements, or to easily hack on the sources of a dependency for which a fallback exists.
2017-11-11_meson: Explicitly specify license to match the Z ShellArseny Maslennikov1-0/+24
The zsh completion script is explicitly licensed to eliminate any legal obstacles for its co-distribution with Z Shell itself.
2017-11-11Move shell completions and text editor helpers to data/Arseny Maslennikov1-0/+189