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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to arc90/git-sweep

Projects sharing features with Git Sweep

30 open-source projects similar to arc90/git-sweep, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • unixorn/git-extra-commandsunixorn avatar

    unixorn/git-extra-commands

    1,163View on GitHub↗

    A collection of git utilities, useful extra git scripts, tutorials and other useful articles.

    Shellantigenbashcollection
    View on GitHub↗1,163
  • alirezanet/husky.netalirezanet avatar

    alirezanet/Husky.Net

    846View on GitHub↗

    Lint your commit messages, run tests, format or analyze code, and perform any other checks automatically when you commit or push. 🚀

    C#code-formatdev-dependenciesdeveloper-experience
    View on GitHub↗846
  • github/hubgithub avatar

    github/hub

    22,955View on GitHub↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Go
    View on GitHub↗22,955
  • libgit2/libgit2sharplibgit2 avatar

    libgit2/libgit2sharp

    3,439View on GitHub↗

    Git .NET = ❤

    C#dotnetdotnet-coregit
    View on GitHub↗3,439

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • gitextensions/gitextensionsgitextensions avatar

    gitextensions/gitextensions

    8,361View on GitHub↗

    GitExtensions is a graphical user interface client for managing Git repositories. It provides a suite of visual tools for browsing commit logs, staging changes, and tracking file evolution across a project's history. The project features a commit visualizer that maps branch and merge relationships via a graphical map and a dedicated history manager for performing interactive rebases and squashing commits. It includes a visual merge conflict resolver to identify and fix overlapping code changes during merges or history rewrites. The software covers broad version control capabilities, includin

    C#gitgit-clientgit-gui
    View on GitHub↗8,361
  • sobolevn/git-secretsobolevn avatar

    sobolevn/git-secret

    4,023View on GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Shellencryptiongitgit-addons
    View on GitHub↗4,023
  • jingweno/ghjingweno avatar

    jingweno/gh

    717View on GitHub↗

    Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see https://github.com/github/hub/issues/475 for more info

    Go
    View on GitHub↗717
  • peltoche/lsdPeltoche avatar

    Peltoche/lsd

    16,074View on GitHub↗

    lsd is a directory listing tool and directory tree visualizer designed as a modern replacement for the standard Unix ls command. It provides a command line interface for listing directory contents and visualizing hierarchical folder structures with enhanced visual formatting. The utility distinguishes itself through customizable themes, allowing users to modify the output appearance by mapping specific colors and icons to file names, types, or extensions. It uses extension-based icon mapping to provide visual file type identification via specific glyphs. The tool covers functional domains in

    Rust
    View on GitHub↗16,074
  • ajeetdsouza/zoxideajeetdsouza avatar

    ajeetdsouza/zoxide

    37,467View on GitHub↗

    Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th

    Rustautojumpbashcli
    View on GitHub↗37,467
  • apoprotsky/portctlapoprotsky avatar

    apoprotsky/portctl

    13View on GitHub↗

    portctl (Portainer Control) is a command line interface tool for managing Docker Swarm resources through Portainer API integrated with Hashicorp Vault

    V
    View on GitHub↗13
  • agis-/git-style-guideagis- avatar

    agis-/git-style-guide

    5,114View on GitHub↗

    This project is a version control style guide and contribution standard. It provides formal specifications for maintaining consistency in commit messaging, branch naming, and general development workflows within Git. The guide focuses on organizing project history through atomic commit structuring and specific rebasing strategies to ensure a clean, linear timeline. It establishes standardized conventions for naming branches with ticket identifiers and formatting commit messages to explain the reasoning behind changes. The framework also covers the coordination of team contributions through m

    View on GitHub↗5,114
  • apple/swift-argument-parserapple avatar

    apple/swift-argument-parser

    3,728View on GitHub↗

    This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe Swift properties using a declarative approach, ensuring that inputs match expected data types to prevent runtime errors. The framework supports the creation of complex command hierarchies through nested subcommands. It automatically generates formatted usage documentation and error messages by deriving information from the defined metadata and types. The system utilizes property wrappers to attach parsing logic to types and employs reflection to extract metadata from property na

    Swift
    View on GitHub↗3,728
  • arq5x/grabixarq5x avatar

    arq5x/grabix

    86View on GitHub↗

    a wee tool for random access into BGZF files.

    C
    View on GitHub↗86
  • arslanbilal/git-cheat-sheetarslanbilal avatar

    arslanbilal/git-cheat-sheet

    7,303View on GitHub↗

    This project is a comprehensive Git command reference guide and version control cheat sheet. It serves as a technical directory of terminal syntax and functional workflows organized as markdown documentation. The documentation is structured to map specific commands to development lifecycle stages, providing detailed guidance on implementing feature workflows, managing production releases, and executing critical hotfixes. The reference covers a broad range of version control capabilities, including repository initialization, branch and merge management, remote synchronization, and project his

    cheatsheetgitgit-flow
    View on GitHub↗7,303
  • abhijithvijayan/import-github-labels-cliabhijithvijayan avatar

    abhijithvijayan/import-github-labels-cli

    20View on GitHub↗

    CLI to sync labels between repositories on GitHub

    TypeScriptclicli-appgithub
    View on GitHub↗20
  • apenwarr/git-subtreeapenwarr avatar

    apenwarr/git-subtree

    1,383View on GitHub↗

    An experimental alternative to the git-submodule command. Merges and splits subtrees from your project into subprojects and back.

    Shell
    View on GitHub↗1,383
  • beeyev/telegram-owlbeeyev avatar

    beeyev/telegram-owl

    48View on GitHub↗

    🦉 A lightweight CLI utility to send messages and media files to Telegram chats and channels - directly from your terminal.

    Go
    View on GitHub↗48
  • adamreeve/semver.netA

    adamreeve/semver.net

    0View on GitHub↗
    View on GitHub↗0
  • bafs/hn-topBafS avatar

    BafS/hn-top

    24View on GitHub↗

    v run hn.v

    V
    View on GitHub↗24
  • beyang/hgoB

    beyang/hgo

    0View on GitHub↗
    View on GitHub↗0
  • bigh/git-fuzzybigH avatar

    bigH/git-fuzzy

    2,430View on GitHub↗

    interactive git with the help of fzf

    Shell
    View on GitHub↗2,430
  • bingohuang/progit2-gitbookbingohuang avatar

    bingohuang/progit2-gitbook

    468View on GitHub↗

    Pro Gi­t 第二版 ­简体中文

    Ruby
    View on GitHub↗468
  • bionode/bionodebionode avatar

    bionode/bionode

    313View on GitHub↗

    Modular and universal bioinformatics

    JavaScript
    View on GitHub↗313
  • biosyntax/biosyntaxbioSyntax avatar

    bioSyntax/bioSyntax

    272View on GitHub↗

    Syntax highlighting for computational biology

    Shell
    View on GitHub↗272
  • bit-team/backintimebit-team avatar

    bit-team/backintime

    2,522View on GitHub↗
    Pythonbackintimebackupbackups
    View on GitHub↗2,522
  • blog/2019-how-to-undo-almost-anything-with-gitB

    blog/2019-how-to-undo-almost-anything-with-git

    0View on GitHub↗
    View on GitHub↗0
  • bmf-san/ggcbmf-san avatar

    bmf-san/ggc

    284View on GitHub↗

    A modern Git CLI tool with both traditional command-line and interactive incremental-search UI.

    Goclideveloper-toolsgit
    View on GitHub↗284
  • bobbyiliev/introduction-to-git-and-github-ebookB

    bobbyiliev/introduction-to-git-and-github-ebook

    0View on GitHub↗
    View on GitHub↗0
  • bootandy/dustbootandy avatar

    bootandy/dust

    11,843View on GitHub↗

    Dust is a command line disk usage analyzer written in Rust. It functions as a disk space visualization tool and recursive directory size scanner used to identify large files and directories through a formatted list of disk consumption across a filesystem. The tool differentiates itself by providing a recursive tree view to visualize space distribution and the ability to output directory and file size data in machine-readable formats for external processing and analysis. Its broader capabilities include filesystem auditing and storage capacity management. This is achieved through file and dir

    Rust
    View on GitHub↗11,843
  • baba786/phabricator-mcp-serverB

    baba786/phabricator-mcp-server

    0View on GitHub↗
    View on GitHub↗0