Hacker News new | ask | show | jobs
Show HN: Lazyactions – Terminal UI for GitHub Actions (github.com)
1 points by tokkyokky 135 days ago
Hi HN,

I built this because I got tired of the browser round‑trip every time I pushed code.

Push → open browser → Actions tab → wait → find workflow → check status. Repeat dozens of times a day.

Lazyactions is a lazygit‑style TUI for GitHub Actions so you can stay in the terminal. Browse workflows, watch logs as they update, and trigger/cancel/rerun jobs. Vim keybindings and mouse support.

Built with Go and Bubble Tea. Uses your existing gh auth (or GITHUB_TOKEN).

brew install nnnkkk7/tap/lazyactions

Repo: https://github.com/nnnkkk7/lazyactions

It’s a bit rough but usable. Feedback welcome—especially on what’s annoying or missing.