Hacker News new | ask | show | jobs
Tgr- TUI for GitHub (github.com)
1 points by jeepj 206 days ago
1 comments

Hi, I created a TUI for GitHub, firstly because I wanted to be able to trigger and watch workflow runs in my GitHub org. [tgr](https://github.com/jjournet/tgr) For the moment, the software is mostly intended towards workflows, I want to extend it to issues, discussions, PRs, etc... it's a standalone Go program, with no dependencies. Also, it's scanned by CodeQL in Github for security. Let me know what you think, I would really enjoy feedback. Thank you