//// monitor — a Gleam system monitor between htop and btop. //// //// * btop-style CPU/memory meters, sparklines, and color bands //// * htop-style process table (PID, USER, PRI, NI, VIRT, RES, S, CPU%, MEM%, TIME+, Command) //// * sort, filter, kill, keyboard + mouse navigation import app pub fn main() -> Nil { app.run() }