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:
tokio
: Enables asynchronous runners with the Tokio runtime.derive
: Enables generatingAction
s with a derive macro.
Structs§
- Action
Info - Information related to an action.
- Config
- Configuration for a runner.
- Image
Data - The image data that KRunner accepts for icons.
- Match
- A query match.
Enums§
- Image
Format - The image formats supported by KRunner for icons.
- Match
Filter - A filter that a query must pass through before attempting a match.
- Match
Icon - The icon displayed for a match.
- Match
Type - The type of the match.