Workflow Runs
dot git-workflows
Section titled “dot git-workflows”A two-pane view of watched GitHub workflow runs. The left pane lists watched repositories from the private repo list; the right pane lists runs for the selected repo’s locally checked-out HEAD commit. Disabled workflows are hidden.
dot git-workflows # interactive TUIdot git-workflows --raw # text summary of watched workflow runsdot git-workflows --bar-json # JSON for status bars and shell modulesdot git-workflows --list-repos # watched repo summaries as rowsdot git-workflows --list-runs # workflow runs as rowsdot git-workflows --since <date> # only runs active at or after this dateThe --since filter accepts ISO/RFC/epoch dates. For status bars, combine --bar-json with --since:
dot git-workflows --bar-json --since "$(date -u -d '1 hour ago' +%Y-%m-%dT%H:%M:%SZ)"Status bar module
Section titled “Status bar module”A status bar module refreshes dot git-workflows --bar-json --since <one-hour-ago> through its own short-lived cache; left click opens the filtered TUI and right click refreshes the cache. dot doctor verifies dot-git.yml, the active workflow-runs module wiring, and the absence of legacy git-workflow-watch leftovers.