Crate krunner

source ·
Expand description

krunner-rs

A crate for writing KRunner plugins in Rust, easily.

Check out the examples for more!

Feature flags

krunner-rs uses some feature flags to enable optional features. Here’s all that’s currently supported:

Structs

  • Information related to an action.
  • Configuration for a runner.
  • The image data that KRunner accepts for icons.
  • A query match.

Enums

  • The image formats supported by KRunner for icons.
  • A filter that a query must pass through before attempting a match.
  • The icon displayed for a match.
  • The type of the match.

Traits