awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rtomayko/git-sh

Open-source alternatives to Git Sh

30 open-source projects similar to rtomayko/git-sh, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Git Sh alternative.

  • rosineygp/mkdkrrosineygp avatar

    rosineygp/mkdkr

    381View on GitHub↗

    mkdkr = Makefile Docker

    Shell
    View on GitHub↗381
  • p8952/bockerp8952 avatar

    p8952/bocker

    12,657View on GitHub↗

    Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati

    Shell
    View on GitHub↗12,657
  • junegunn/fzfjunegunn avatar

    junegunn/fzf

    81,017View on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Gobashclifish
    View on GitHub↗81,017
  • 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

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
  • 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
  • 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
  • abhishaker17/clockerAbhishaker17 avatar

    Abhishaker17/Clocker

    607View on GitHub↗

    ⏲ macOS app to plan and organize through timezones.

    Swift
    View on GitHub↗607
  • aaronpearce/devswitchA

    aaronpearce/DevSwitch

    0View on GitHub↗
    View on GitHub↗0
  • 8144225309/superscalar-mcp8144225309 avatar

    8144225309/superscalar-mcp

    0View on GitHub↗

    MCP server for SuperScalar — Bitcoin Lightning channel factories. Query protocol specs, estimate UTXO savings, and explore factory architectures.

    JavaScript
    View on GitHub↗0
  • aidenmagrath/windows-auto-unzipperA

    aidenmagrath/Windows-Auto-Unzipper

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • al0ne/linuxcheckal0ne avatar

    al0ne/LinuxCheck

    2,082View on GitHub↗

    Linux应急处置/信息搜集/漏洞检测工具,支持基础配置/网络流量/任务计划/环境变量/用户信息/Services/bash/恶意文件/内核Rootkit/SSH/Webshell/挖矿文件/挖矿进程/供应链/服务器风险等13类70+项检查

    Shell
    View on GitHub↗2,082
  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    View on GitHub↗23,201
  • alexchantastic/alfred-open-with-vscode-workflowalexchantastic avatar

    alexchantastic/alfred-open-with-vscode-workflow

    314View on GitHub↗

    Alfred 5 workflow for opening files or folders in Visual Studio Code

    View on GitHub↗314
  • ahqsoftwares/tauri-ahq-storeahqsoftwares avatar

    ahqsoftwares/tauri-ahq-store

    140View on GitHub↗

    We're migrating to https://github.com/ahqstore/client

    Rust
    View on GitHub↗140
  • a7t-ai/poirota7t-ai avatar

    a7t-ai/poirot

    187View on GitHub↗

    A native macOS companion for Claude Code that lets you browse sessions, explore diffs, and re-run commands.

    Swiftaiclaudeclaude-code
    View on GitHub↗187
  • alibaba/p3calibaba avatar

    alibaba/p3c

    30,827View on GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Kotlin
    View on GitHub↗30,827
  • alexst07/shell-plus-plusalexst07 avatar

    alexst07/shell-plus-plus

    174View on GitHub↗

    A friendly and modern functional object oriented language for shell script.

    C++
    View on GitHub↗174
  • allegiance-consulting/blazor-highchartsAllegiance-Consulting avatar

    Allegiance-Consulting/blazor-highcharts

    32View on GitHub↗

    Blazor Wrapper for Highcharts library

    C#
    View on GitHub↗32
  • almoullim/vue-tabeventsAlmoullim avatar

    Almoullim/vue-tabevents

    33View on GitHub↗

    Event-Based communication across opened tabs for Vue 2.x

    JavaScripteventsjavascriptvue-plugin
    View on GitHub↗33
  • alwindoss/morsealwindoss avatar

    alwindoss/morse

    87View on GitHub↗

    Morse Code Library in Go

    Go
    View on GitHub↗87
  • alyalin/praccjsalyalin avatar

    alyalin/PraccJS

    130View on GitHub↗

    Practice JavaScript with real-time code execution

    Rust
    View on GitHub↗130
  • alziqziq/vue-paginate-alalziqziq avatar

    alziqziq/vue-paginate-al

    48View on GitHub↗

    Vue paginate with return your data

    Vuepaginatepaginationvue
    View on GitHub↗48
  • amtrack/force-dev-toolamtrack avatar

    amtrack/force-dev-tool

    109View on GitHub↗

    `console $ npm install --global force-dev-tool `

    JavaScript
    View on GitHub↗109
  • anderscheow/validatoranderscheow avatar

    anderscheow/Validator

    129View on GitHub↗

    A tool to validate text inside TextInputLayout

    Kotlin
    View on GitHub↗129
  • andrzejchm/droidmvpandrzejchm avatar

    andrzejchm/DroidMVP

    224View on GitHub↗

    Small Android library to help you incorporate MVP, Passive View and Presentation Model patterns in your app

    Java
    View on GitHub↗224
  • angularsen/unitsnetangularsen avatar

    angularsen/UnitsNet

    2,950View on GitHub↗

    Makes life working with units of measurement just a little bit better.

    C#abbreviationsconversionconverter
    View on GitHub↗2,950
  • antchfx/antchantchfx avatar

    antchfx/antch

    267View on GitHub↗

    Antch, a fast, powerful and extensible web crawling & scraping framework for Go

    Go
    View on GitHub↗267
  • antham/gommitantham avatar

    antham/gommit

    116View on GitHub↗

    Enforce git message commit consistency

    Go
    View on GitHub↗116
  • afiqiqmal/sharedchamberafiqiqmal avatar

    afiqiqmal/SharedChamber

    97View on GitHub↗

    Android Secure SharedPreferences Using Facebook Conceal Encryption

    Java
    View on GitHub↗97