awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jakubonderka/php-console-highlighterالصورة الرمزية لـ JakubOnderka

    JakubOnderka/PHP-Console-Highlighter

    6,166عرض على GitHub↗

    PHP-Console-Highlighter هو أداة تمييز الصيغة ومنسق كود للطرفية مصمم لتطبيق تلوين كود مصدر PHP للعرض في بيئات الطرفية. يعمل كأداة لتحويل نص PHP العادي إلى كود مهيكل بصرياً لواجهات سطر الأوامر. تتيح الأداة مراجعة الكود القائمة على الطرفية وتوفر مخرجات منسقة لأدوات التحليل الساكن لـ PHP وتطبيقات سطر الأوامر. يستخدم تقسيم الرموز القائم على التعبيرات النمطية (regex) وتعيين ألوان تسلسل ANSI لترجمة رموز الصيغة إلى نص ملون.

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

    PHP
    عرض على GitHub↗6,166
  • jeffkaufman/icdiffالصورة الرمزية لـ jeffkaufman

    jeffkaufman/icdiff

    4,369عرض على GitHub↗

    icdiff هو أداة لتحليل النصوص عبر سطر الأوامر وأداة للمقارنة جنباً إلى جنب (side-by-side diff). يعمل كأداة مقارنة مرئية تحدد التعديلات بين ملفي نص وتعرضها في تخطيط عمودي ملون داخل الطرفية. تعمل الأداة كمزود للمقارنة في أنظمة التحكم في الإصدار، مما يسمح للمستخدمين باستبدال محركات المقارنة الافتراضية بتنسيق جنباً إلى جنب. وتستخدم رموز ألوان ANSI لتمييز التغييرات على مستوى الحروف، مما يوفر طريقة مرئية لمراجعة الكود وتحليل النصوص عبر الطرفية. يتعامل النظام مع حساب الفروقات من خلال التحليل القائم على الأسطر وحساب عرض العمود الديناميكي. ويدعم معالجة تدفق الإدخال القياسي، مما يتيح التكامل مع سير عمل أدوات الصدفة (shell) والأنابيب (pipes).

    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-diffsالصورة الرمزية لـ banga

    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-recallالصورة الرمزية لـ Fakerr

    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