Skip to content

kde-inhibit: Add zsh completions; add proper i18n support

ivan tkachenko requested to merge work/ratijas/inhibit into master
  • i18n:

    1. Fixes warnings about domain being unset (printed on every i18n call).

    2. 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.

Merge request reports