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,166GitHub पर देखें↗

    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,369GitHub पर देखें↗

    icdiff is a command line text analyzer and side-by-side diff tool. It serves as a visual comparison utility that identifies modifications between two text files and renders them in a colored two-column layout within the terminal. The tool functions as a version control diff provider, allowing users to replace default difference engines with a side-by-side format. It utilizes ANSI color codes to highlight character-level changes, providing a visual method for terminal-based code review and text analysis. The system handles difference computation through line-based analysis and dynamic column

    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,737GitHub पर देखें↗

    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,112GitHub पर देखें↗

    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