awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesTerminal-Based Code Review

Tools that enable the review of source code directly within a terminal emulator.

Distinct from Code Review Practices: Existing candidates focus on educational processes or AI-driven audits, not the interface of reviewing code in a terminal.

Explore 4 awesome GitHub repositories matching development tools & productivity · Terminal-Based Code Review. Refine with filters or upvote what's useful.

Awesome Terminal-Based Code Review GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jakubonderka/php-console-highlighterJakubOnderka 的头像

    JakubOnderka/PHP-Console-Highlighter

    6,166在 GitHub 上查看↗

    PHP-Console-Highlighter 是一个语法高亮器和控制台代码格式化程序,旨在将颜色编码应用于 PHP 源代码,以便在终端环境中显示。它充当将纯 PHP 文本转换为用于命令行界面的视觉结构化代码的实用程序。 该工具支持基于终端的代码审查,并为 PHP 静态分析工具和命令行应用程序提供格式化输出。它使用基于正则表达式的分词和 ANSI 序列颜色映射将语法标记转换为彩色文本。

    Enables reviewing PHP scripts within a terminal while maintaining visual cues similar to a standard code editor.

    PHP
    在 GitHub 上查看↗6,166
  • jeffkaufman/icdiffjeffkaufman 的头像

    jeffkaufman/icdiff

    4,369在 GitHub 上查看↗

    icdiff 是一个命令行文本分析器和并排差异对比工具。它作为一种可视化比较工具,识别两个文本文件之间的修改,并在终端内以彩色双列布局呈现。 该工具充当版本控制差异提供程序,允许用户用并排格式替换默认的差异引擎。它利用 ANSI 颜色代码高亮显示字符级变更,为基于终端的代码审查和文本分析提供了一种可视化方法。 该系统通过基于行的分析和动态列宽计算来处理差异计算。它支持标准输入流处理,能够与 Shell 工具工作流和管道集成。

    Enables the review of source code changes directly within a terminal emulator using a side-by-side view.

    Python
    在 GitHub 上查看↗4,369
  • banga/git-split-diffsbanga 的头像

    banga/git-split-diffs

    2,737在 GitHub 上查看↗

    Git-split-diffs is a command-line utility that renders version control changes as side-by-side, syntax-highlighted diffs directly within the terminal. It functions as a visualization engine that processes raw output from version control systems to improve the readability of code changes during terminal-based reviews. The tool distinguishes itself through a responsive layout engine that automatically toggles between dual-pane and unified views based on the available terminal width. It incorporates a regex-based tokenization system to apply language-specific syntax highlighting and supports use

    Enables reviewing code changes directly in the command line with clear visual comparisons to speed up development workflows.

    TypeScriptdiffsdifftoolgit
    在 GitHub 上查看↗2,737
  • fakerr/git-recallFakerr 的头像

    Fakerr/git-recall

    2,112在 GitHub 上查看↗

    Git-recall is a terminal-based application designed to visualize, navigate, and audit local repository commit history and file modifications. It functions as an interactive command-line interface that allows users to browse project evolution and track specific code changes directly from the shell environment. The tool distinguishes itself by providing an interactive interface for inspecting commit logs and line-level code changes. It utilizes a lazy-loaded stream to fetch repository history in incremental chunks, ensuring performance when navigating large project logs. Users can refine their

    Functions as a terminal-based client for reviewing project evolution and tracking code modifications.

    Shellcommand-linegitlog
    在 GitHub 上查看↗2,112
  1. Home
  2. Development Tools & Productivity
  3. Terminal-Based Code Review