oy-tui 0.4.0

Terminal UI for oy
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> color_eyre::Result<()> {
    oy_tui::run_tui().await
}