ilmari 0.1.5

Minimal tmux popup radar for coding agents
1
2
3
4
5
6
7
8
9
10
11
12
13
mod agents;
mod app;
mod colors;
mod git;
mod model;
mod process;
mod sound;
mod tmux;
mod ui;

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