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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesGutter Visualizations

Visual indicators in the document margin used to track changes, errors, or breakpoints.

Distinct from Change Tracking Tools: Distinct from Change Tracking Tools: focuses on the specific UI implementation of the diff gutter rather than general update monitoring.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Gutter Visualizations. Refine with filters or upvote what's useful.

Awesome Gutter Visualizations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zyedidia/microAvatar de zyedidia

    zyedidia/micro

    28,858Voir sur GitHub↗

    Micro is an extensible terminal text editor that supports mouse interaction and intuitive keyboard shortcuts for editing files in a command line environment. It functions as a multi-cursor editor with syntax highlighting and a plugin system for adding custom functionality and automation scripts. The editor distinguishes itself through simultaneous editing across multiple cursors and a script-based extension system. It enables the automation of repetitive editing tasks via macro recording and playback of keystroke sequences. The project covers workspace management through split-screen panes a

    Visualizes additions, deletions, and modifications in the margin of the text area to track document changes.

    Go
    Voir sur GitHub↗28,858
  • chromedevtools/devtools-frontendAvatar de ChromeDevTools

    ChromeDevTools/devtools-frontend

    3,945Voir sur GitHub↗

    Ce projet est une interface de débogage de navigateur spécialisée conçue pour surveiller les éléments DOM, le trafic réseau et l'exécution JavaScript. Il fournit une interface utilisateur côté client pour inspecter et déboguer les applications web, permettant la modification en temps réel des styles CSS et l'investigation du runtime JavaScript. La boîte à outils inclut des outils d'analyse dédiés pour WebAssembly, avec mise en évidence du désassemblage, inspection de la portée et profilage de l'exécution binaire. Elle fournit également un inspecteur de trafic réseau pour analyser les requêtes HTTP et un éditeur de style CSS pour tester les propriétés et les at-rules. Le système couvre un large éventail de capacités, notamment la modification de l'arborescence DOM, le profilage de performance frontend avec limitation du CPU et le débogage des service workers. Il gère également la gestion des ressources source, comme le mappage des assets réseau vers des fichiers locaux et le pretty-printing du code minifié, tout en prenant en charge la localisation multilingue. Le projet est développé en utilisant TypeScript et emploie une architecture basée sur les composants avec chargement de modules à la demande.

    Implements visual indicators in the elements tree margins to highlight specific node properties.

    TypeScriptchromechrome-devtoolsdevtools
    Voir sur GitHub↗3,945
  • jisaacks/gitgutterAvatar de jisaacks

    jisaacks/GitGutter

    3,879Voir sur GitHub↗

    GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t

    Displays visual markers in the editor gutter to identify inserted, modified, or deleted lines of code.

    Python
    Voir sur GitHub↗3,879
  • emacsorphanage/git-gutterAvatar de emacsorphanage

    emacsorphanage/git-gutter

    882Voir sur GitHub↗

    Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi

    Renders custom visual glyphs and indicators in the text editor margin to track line changes.

    Emacs Lisp
    Voir sur GitHub↗882
  1. Home
  2. Software Engineering & Architecture
  3. Change Tracking Tools
  4. Gutter Visualizations