tuicr is a terminal-based code review tool that replicates GitHub-style continuous diffs within a vim-like interface. It allows engineers to navigate changed files, add line-level comments, and track review status across sessions. The tool supports exporting reviews directly to GitHub or GitLab, copying structured markdown, or piping output to other processes.
- Use vim keybindings for fast, keyboard-driven code review workflows in the terminal.
- Export reviews to GitHub/GitLab MRs or clipboard as structured markdown.
- Supports git, jj, and mercurial with uncommitted changes or full PR/MR review.
- Persists review state at file or hunk granularity across sessions.