codewhale-tui 0.8.58

Terminal UI for open-source and open-weight coding models
1
2
3
4
5
6
7
8
9
//! Hotbar action registry foundation.
//!
//! Later hotbar slices add config, sidebar rendering, and key dispatch. This
//! module only defines the action surface and the built-in actions that those
//! layers will consume.

pub mod actions;

pub use actions::HotbarActionRegistry;