Remix.run Logo
Show HN: A terminal inbox for a GitHub repo PRs(github.com)
2 points by OscBacon 8 hours ago

Inspired by an app with another material name (Graphite), here is my little take on a TUI for viewing and reviewing PRs in a repo!

This is my first HN submission :)

After a colleague decided to build his on web app clone of the original material-named service, I thought I would make my own take on it in the terminal, using the OpenTUI framework.

I also use tmux and git worktrees quite a bit, so I added a handy "w" shortcut to create a worktree for a given PR, and open a new tmux window in that worktree. Btw, if you don't use tmux, the worktree just gets created in the background.

Hope it can be as useful as the material-named services inspirations have been for me! And would love to hear some opinions :)