crates/argui-widgets/src/command_palette.rs

Command palette

Search and invoke actions from a keyboard-friendly palette.

Enable this component

Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-command-palette"]

Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.

Read the implementation