kde-inhibit: Add zsh completions; add proper i18n support
-
i18n:
-
Fixes warnings about domain being unset (printed on every i18n call).
-
Improve description of positional arguments
Now it looks like this:
Usage: kde-inhibit [options] command [args...]
but uses simple name "command", which is semantically more correct for a parser.
-
-
zsh: Add completions
Similar to GammaRay, all positional arguments are command name followed by normal arguments. Nothing is mutually exclusive, syntax is very straightforward.