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
·

6 dépôts

Awesome GitHub RepositoriesHunk Navigation and Manipulation

Tools for navigating between and selecting individual diff hunks as text objects.

Distinct from Diff Layering: Focuses on the active manipulation and movement between hunks rather than just visual overlay layering.

Explore 6 awesome GitHub repositories matching development tools & productivity · Hunk Navigation and Manipulation. Refine with filters or upvote what's useful.

Awesome Hunk Navigation and Manipulation 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.
  • so-fancy/diff-so-fancyS

    so-fancy/diff-so-fancy

    18,058Voir sur GitHub↗

    diff-so-fancy makes your diffs human readable instead of machine readable. This helps improve code quality and helps you spot defects faster.

    Parses and rewrites unified diff hunk headers into a condensed, human-friendly format.

    Perl
    Voir sur GitHub↗18,058
  • nvim-mini/mini.nvimAvatar de nvim-mini

    nvim-mini/mini.nvim

    9,325Voir sur GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Allows navigating between diff hunks, selecting them as text objects, and applying or resetting changes.

    Lualuamini-nvimneovim
    Voir sur GitHub↗9,325
  • airblade/vim-gitgutterAvatar de airblade

    airblade/vim-gitgutter

    8,506Voir sur GitHub↗

    Il s'agit d'une extension Vim qui fournit une visualisation des changements Git et une gestion des hunks. Elle affiche des marqueurs dans la colonne de signe pour indiquer les lignes ajoutées, modifiées ou supprimées par rapport à l'index Git, permettant aux utilisateurs de visualiser les diffs et de comparer les versions de tampons côte à côte. Le plugin étend les objets texte de l'éditeur pour cibler des blocs spécifiques de lignes modifiées, permettant l'utilisation d'opérateurs standard sur ces hunks contigus. Il fournit également des outils pour indexer (stage) ou annuler des blocs de changements individuels directement dans l'éditeur. Des capacités supplémentaires incluent des utilitaires de navigation pour sauter entre les blocs de code modifiés et remplir la liste quickfix avec les emplacements des changements. Le plugin peut calculer des statistiques de diff pour la ligne d'état et masquer le texte inchangé pour ne mettre en évidence que les blocs modifiés.

    Treats individual diff hunks as atomic units for staging, reverting, and navigation.

    Vim Script
    Voir sur GitHub↗8,506
  • magit/magitAvatar de magit

    magit/magit

    7,138Voir sur GitHub↗

    Magit is a complete Git interface that runs inside Emacs, providing a full-featured porcelain for version control operations without leaving the editor. It renders repository state as structured, collapsible sections within Emacs buffers, and manages Git command execution through a transactional process model with automatic buffer refresh and error handling. The interface exposes all configuration through Emacs' standard customization system and uses a transient command framework for context-sensitive menu-driven Git operations. What distinguishes Magit is its granular control over every stag

    Reverses selected hunks in the working tree to undo their changes.

    Emacs Lisp
    Voir sur GitHub↗7,138
  • lewis6991/gitsigns.nvimAvatar de lewis6991

    lewis6991/gitsigns.nvim

    6,575Voir sur GitHub↗

    Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly

    Treats individual diff hunks as atomic units for staging, reverting, and navigation operations within the editor.

    Luagitluaneovim
    Voir sur GitHub↗6,575
  • sinelaw/freshAvatar de sinelaw

    sinelaw/fresh

    5,914Voir sur GitHub↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Jumps between diff hunks in active git diffs and saved diff files using palette commands.

    Rustideterminal-basedtext-editor
    Voir sur GitHub↗5,914
  1. Home
  2. Development Tools & Productivity
  3. Window Managers
  4. Buffer Managers
  5. Diff Layering
  6. Hunk Navigation and Manipulation

Explorer les sous-tags

  • Hunk Header ReformattersParses and rewrites unified diff hunk headers into a condensed, human-friendly format. **Distinct from Hunk Navigation and Manipulation:** Distinct from Hunk Navigation and Manipulation: focuses on rewriting hunk headers for readability, not navigating or selecting hunks.
  • Hunk-Based Change Management2 sous-tagsOperates on individual diff hunks as atomic units for staging, reverting, and navigation operations. **Distinct from Hunk Navigation and Manipulation:** Distinct from Hunk Navigation and Manipulation: focuses on managing hunks as atomic units for staging and reverting, not just navigation and selection.
  • Trouble Plugin IntegrationOpens the hunk list in the Trouble plugin window instead of the default quickfix or location list. **Distinct from Hunk Navigation and Manipulation:** Distinct from Hunk Navigation and Manipulation: focuses on routing hunk lists to the Trouble plugin, not general hunk navigation.