awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesHover-Triggered Metadata Inspectors

Shows commit metadata such as author, date, and message when hovering over a graph node.

Distinct from Commit Message Annotations: Distinct from Commit Message Annotations: focuses on displaying existing metadata on hover within a visual graph, not appending references to messages.

Explore 2 awesome GitHub repositories matching development tools & productivity · Hover-Triggered Metadata Inspectors. Refine with filters or upvote what's useful.

Awesome Hover-Triggered Metadata Inspectors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nirmalscaria/le-git-graphAvatar von NirmalScaria

    NirmalScaria/le-git-graph

    5,889Auf GitHub ansehen↗

    Le Git Graph is a browser-based tool that displays a visual commit graph for any GitHub repository, showing branch structure and commit history directly in the page. It operates as a single-page application that injects the commit graph into existing repository pages without full page reloads, using OAuth to authenticate with GitHub and authorize API requests for commit data. The tool renders commit nodes and branch lines on an HTML canvas element for smooth, high-performance visualization of complex git histories. It filters the commit graph to show only commits from a selected branch, hidin

    Shows commit metadata such as author, date, and message when hovering over a graph node.

    JavaScriptchrome-extensioncollaborategit-graph
    Auf GitHub ansehen↗5,889
  • jisaacks/gitgutterAvatar von jisaacks

    jisaacks/GitGutter

    3,879Auf GitHub ansehen↗

    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

    Provides hover-triggered popups showing commit author and timestamp metadata for specific lines.

    Python
    Auf GitHub ansehen↗3,879
  1. Home
  2. Development Tools & Productivity
  3. Commit Management
  4. Commit Message Annotations
  5. Hover-Triggered Metadata Inspectors