4 Repos
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.
PHP-Console-Highlighter ist ein Syntax-Highlighter und Konsolen-Code-Formatter, der entwickelt wurde, um PHP-Quellcode für die Anzeige in Terminalumgebungen farblich zu kodieren. Er fungiert als Utility, um einfachen PHP-Text in visuell strukturierten Code für Kommandozeilen-Interfaces zu transformieren. Das Tool ermöglicht terminalbasiertes Code-Review und bietet formatierte Ausgaben für PHP-Statik-Analyse-Tools und Kommandozeilenanwendungen. Es nutzt Regex-basiertes Tokenizing und ANSI-Sequenz-Farbmapping, um Syntax-Token in farbigen Text zu übersetzen.
Enables reviewing PHP scripts within a terminal while maintaining visual cues similar to a standard code editor.
icdiff ist ein Befehlszeilen-Textanalysator und Side-by-Side-Diff-Tool. Es dient als visuelles Vergleichs-Dienstprogramm, das Änderungen zwischen zwei Textdateien identifiziert und sie in einem farbigen zweispaltigen Layout im Terminal darstellt. Das Tool fungiert als Diff-Provider für die Versionskontrolle und ermöglicht es Benutzern, Standard-Diff-Engines durch ein Side-by-Side-Format zu ersetzen. Es verwendet ANSI-Farbcodes, um Änderungen auf Zeichenebene hervorzuheben, und bietet eine visuelle Methode für terminalbasierte Code-Reviews und Textanalysen. Das System handhabt die Differenzberechnung durch zeilenbasierte Analyse und dynamische Spaltenbreitenberechnung. Es unterstützt die Verarbeitung von Standard-Eingabeströmen, was die Integration in Shell-Utility-Workflows und Pipes ermöglicht.
Enables the review of source code changes directly within a terminal emulator using a side-by-side view.
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.
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.