tuicr is a terminal user interface for reviewing code changes with Vim-style keyboard controls. It presents all changed files as one continuous GitHub-like diff that developers can navigate without leaving the terminal. Reviewers can attach comments to individual lines, line ranges, files, or the entire review. Progress can be tracked at the file or hunk level and restored across later sessions. The tool can inspect uncommitted changes, commit ranges, GitHub pull requests, and GitLab merge requests. It works with Git, Jujutsu, and Mercurial repositories and can automatically detect the active version-control system. Finished reviews can be submitted to GitHub or GitLab, copied as structured Markdown, or written to standard output for use by people or coding agents.
Features
- Continuous terminal-based diff viewing
- Vim-style navigation and commands
- Line, range, file, and review comments
- Persistent file and hunk review tracking
- GitHub and GitLab review submission
- Git, Jujutsu, and Mercurial support