clt-rs 0.6.19

File-backed task manager with a TUI Kanban board and multi-project Codex agent registry
Documentation
1
2
3
4
5
include!("lib.rs");

fn main() -> anyhow::Result<()> {
    run()
}