Settings

Theme

Show HN: Lazyactions – Terminal UI for GitHub Actions

github.com

1 points by tokkyokky 2 months ago · 0 comments · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection