Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Konsole Konsole
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UtilitiesUtilities
  • KonsoleKonsole
  • Merge requests
  • !791

Add zsh completions (compdef) for konsole

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged ivan tkachenko requested to merge work/ratijas/zsh into master Dec 22, 2022
  • Overview 6
  • Commits 1
  • Pipelines 6
  • Changes 2

Note: it uses the new variable KDE_INSTALL_ZSHAUTOCOMPLETEDIR, which was added in ECM 5.101.

Read more: frameworks/extra-cmake-modules!310 (merged)


Konsole_-_zsh_options

This actually quite a bad job not so bad:

  • Completions for konsoleprofile do not really stack with a separator ';'
  • Property types other than bool & int are not supported (at least colors and fonts could be implemented, I think?)
  • Couldn't find a way to enforce that -e options is the last, and only complete with _cmdambivalent after it: it either ignores me, or dived into recursion hell with _tags:comptags:67: nesting level too deep errors.
Edited Dec 22, 2022 by ivan tkachenko
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/ratijas/zsh