awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jakubonderka/php-console-highlighterAvatar JakubOnderka

    JakubOnderka/PHP-Console-Highlighter

    6,166Vezi pe GitHub↗

    PHP-Console-Highlighter este un evidențiator de sintaxă și un formator de cod pentru consolă conceput pentru a aplica codificarea prin culori codului sursă PHP pentru afișarea în medii de terminal. Funcționează ca un utilitar pentru a transforma textul PHP simplu în cod vizual structurat pentru interfețe de linie de comandă. Instrumentul permite revizuirea codului bazată pe terminal și oferă ieșire formatată pentru instrumentele de analiză statică PHP și aplicațiile de linie de comandă. Utilizează tokenizarea bazată pe regex și maparea culorilor secvențelor ANSI pentru a traduce token-urile de sintaxă în text colorat.

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

    PHP
    Vezi pe GitHub↗6,166
  • jeffkaufman/icdiffAvatar jeffkaufman

    jeffkaufman/icdiff

    4,369Vezi pe GitHub↗

    icdiff este un analizor de text pentru linia de comandă și un instrument de comparare side-by-side. Acesta servește ca utilitar de comparare vizuală care identifică modificările între două fișiere text și le redă într-un layout cu două coloane colorate în terminal. Instrumentul funcționează ca un furnizor de diff pentru controlul versiunilor, permițând utilizatorilor să înlocuiască motoarele de diferențiere implicite cu un format side-by-side. Utilizează coduri de culoare ANSI pentru a evidenția modificările la nivel de caracter, oferind o metodă vizuală pentru revizuirea codului și analiza textului în terminal. Sistemul gestionează calculul diferențelor prin analiză bazată pe linii și calculul dinamic al lățimii coloanelor. Suportă procesarea fluxului de intrare standard, permițând integrarea cu fluxurile de lucru ale utilitarelor shell și pipe-uri.

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

    Python
    Vezi pe GitHub↗4,369
  • banga/git-split-diffsAvatar banga

    banga/git-split-diffs

    2,737Vezi pe 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
    Vezi pe GitHub↗2,737
  • fakerr/git-recallAvatar Fakerr

    Fakerr/git-recall

    2,112Vezi pe 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
    Vezi pe GitHub↗2,112
  1. Home
  2. Development Tools & Productivity
  3. Terminal-Based Code Review