AI & Tech
tuicr Brings PR-Style Code Review to the Terminal
tuicr, a Rust code-review TUI with vim keybindings, picked up around 190 stars in a day to pass 2,000. It streams every changed file as one continuous diff and supports comments at line, range, file and review level, with reviews persisted across sessions and exportable to GitHub, GitLab, the clipboard or stdout. It works against git, jj and mercurial. The export-to-stdout path is the interesting one: it turns a structured human review into something a coding agent can consume directly, which is a more useful integration point than another chat window. MIT licensed, installable via homebrew, cargo, mise or nix.