I built tea-dash - gh-dash-style terminal dashboard for your self-hosted Gitea/Forgejo
I loved gh-dash but moved my repos to self-hosted Forgejo, where nothing equivalent existed, so I built tea-dash. It's a keyboard-driven TUI (Go + Bubble Tea v2) for PRs, issues, notifications, Actions runs, and local branches across one or more Gitea/Forgejo instances.
It talks to the official Gitea Go SDK and reuses your existing tea CLI login, so there's no separate credential handling. You can try it without a server: brew install gbarany/tap/tea-dash && tea-dash --mock. Feedback very welcome.