| Crates.io | wrkflw-ui |
| lib.rs | wrkflw-ui |
| version | 0.7.3 |
| created_at | 2025-08-09 13:32:28.884213+00 |
| updated_at | 2025-08-28 07:33:10.169207+00 |
| description | Terminal user interface for wrkflw workflow execution engine |
| homepage | https://github.com/bahdotsh/wrkflw |
| repository | https://github.com/bahdotsh/wrkflw |
| max_upload_size | |
| id | 1787933 |
| size | 253,131 |
Terminal user interface for browsing workflows, running them, and viewing logs.
1-4, Tab, Enter, r, R, t, v, e, q, etc.wrkflw-executor and wrkflw-logginguse 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.