helix-kanban 0.2.25

A terminal-based kanban board with file-based storage, multi-project support, Helix-style keybindings, and built-in MCP server for AI integration
1
2
3
4
5
6
7
pub mod command_registry;
mod commands;
mod keyboard;

pub use command_registry::{CommandDef, CommandRegistry};
pub use commands::Command;
pub use keyboard::handle_key_input;