awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rtomayko avatar

rtomayko/git-shArchived

0
View on GitHub↗
745 星标·86 分支·Shell·GPL-2.0·2 次浏览

Git Sh

A customized bash environment suitable for git work.

Features

  • Command Line Utilities - Custom bash environment optimized for Git.
  • Developer Utilities - Customized Bash environment for Git.
  • Development and Deployment - Customized shell environment optimized for Git workflows.
  • Shell Environments - Customized Bash environment optimized for Git workflows.

Star 历史

rtomayko/git-sh 的 Star 历史图表rtomayko/git-sh 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Git Sh 的开源替代方案

相似的开源项目,按与 Git Sh 的功能重合度排序。
  • github/hubgithub 的头像

    github/hub

    22,955在 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
    在 GitHub 上查看↗22,955
  • junegunn/fzfjunegunn 的头像

    junegunn/fzf

    81,017在 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
    在 GitHub 上查看↗81,017
  • aldanial/clocAlDanial 的头像

    AlDanial/cloc

    23,201在 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
    在 GitHub 上查看↗23,201
  • p8952/bockerp8952 的头像

    p8952/bocker

    12,657在 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
    在 GitHub 上查看↗12,657
查看 Git Sh 的所有 30 个替代方案→

常见问题解答

rtomayko/git-sh 是做什么的?

A customized bash environment suitable for git work.

rtomayko/git-sh 的主要功能有哪些?

rtomayko/git-sh 的主要功能包括:Command Line Utilities, Developer Utilities, Development and Deployment, Shell Environments。

rtomayko/git-sh 有哪些开源替代品?

rtomayko/git-sh 的开源替代品包括: junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… robbyrussell/oh-my-zsh — This project is a configuration framework and environment manager for the Zsh shell. It functions as a plugin manager… aldanial/cloc — cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and… github/hub — Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It… p8952/bocker — Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux… rosineygp/mkdkr — mkdkr = Makefile + Docker.