topdio 0.2.1

Like top, but with audio. Listen to your computer's resource usage statistics.
Documentation
1
2
3
4
5
6
use anyhow::Result;
use topdio::cli::cli;

fn main() -> Result<()> {
    cli()
}