4 releases
| 0.7.3 | Aug 28, 2025 |
|---|---|
| 0.7.1 | Aug 22, 2025 |
| 0.7.0 | Aug 13, 2025 |
| 0.6.0 | Aug 9, 2025 |
#80 in #local
191 downloads per month
Used in wrkflw
425KB
9K
SLoC
wrkflw-ui
Terminal user interface for browsing workflows, running them, and viewing logs.
- Tabs: Workflows, Execution, Logs, Help
- Hotkeys:
1-4,Tab,Enter,r,R,t,v,e,q, etc. - Integrates with
wrkflw-executorandwrkflw-logging
Example
use std::path::PathBuf;
use wrkflw_executor::RuntimeType;
use wrkflw_ui::run_wrkflw_tui;
# tokio_test::block_on(async {
let path = PathBuf::from(".github/workflows");
run_wrkflw_tui(Some(&path), RuntimeType::Docker, true, false).await?;
# Ok::<_, Box<dyn std::error::Error>>(())
# })?;
Most users should run the wrkflw binary and select TUI mode: wrkflw tui.
Dependencies
~36–59MB
~872K SLoC