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§

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

Enums§

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

Traits§

Action
Trait for actions that the user can perform.
Runner
A synchronous runner.
RunnerExt
Helper methods for Runners.