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

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

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

4 个仓库

Awesome GitHub RepositoriesLocal Shell Executions

Spawning a native shell process to execute commands on the local machine.

Distinct from Remote Shell Executions: Contrasts with remote shell executions by targeting the local user terminal.

Explore 4 awesome GitHub repositories matching development tools & productivity · Local Shell Executions. Refine with filters or upvote what's useful.

Awesome Local Shell Executions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • knqyf263/petknqyf263 的头像

    knqyf263/pet

    5,270在 GitHub 上查看↗

    Pet 是一个命令行代码片段管理器,用于存储、标记和执行常用的 Shell 命令和脚本。它作为一个交互式命令选择器和 Shell 历史记录捕获工具,允许用户从历史记录中提取一次性命令并将其保存为可重用的片段。 该工具的特色在于集成了 Git 同步配置管理器,利用远程 Git 提供商 API 和访问令牌在多台设备间保持片段集合的一致性。它还具有交互式搜索界面,支持基于标签的分类,以便浏览和启动已保存的命令。 该系统通过动态参数扩展支持 Shell 工作流自动化,在原生 Shell 进程中执行命令前提示用户输入或应用默认值。片段通过基于标签的索引进行组织并存储在本地平面文件中,支持跨多个目录管理集合以及项目特定的配置。 该项目使用 Go 编写,可编译为本地安装的独立可执行二进制文件。

    Spawns native shell processes to run expanded snippet strings directly within the user terminal.

    Gocommand-linegogolang
    在 GitHub 上查看↗5,270
  • mina-deploy/minamina-deploy 的头像

    mina-deploy/mina

    4,355在 GitHub 上查看↗

    Mina 是一个基于 Git 的远程部署器和 SSH 部署自动化工具,旨在管理应用程序发布。它充当基于符号链接的发布管理器,将源代码从 Git 仓库直接克隆到服务器上,并专门设计用于处理 Ruby 项目的部署和环境配置。 该系统通过在本地生成单个 bash 脚本并通过单个 SSH 会话执行它来自动化服务器更新。这种方法通过使用带时间戳的发布目录并更新符号链接以在活动版本和先前版本之间即时切换,实现了零停机部署。 该工具涵盖了广泛的自动化工作流,包括远程命令执行、依赖安装和构建任务编排。它还提供了用于部署回滚和自动化发布清理的机制,以维护可配置数量的近期构建版本。

    Executes queued automation tasks on the local machine instead of the remote server during specific lifecycle hooks.

    Ruby
    在 GitHub 上查看↗4,355
  • gptme/gptmegptme 的头像

    gptme/gptme

    4,343在 GitHub 上查看↗

    gptme 是一个自主 AI 代理服务器和框架,专为本地系统自动化、软件开发和代码执行而设计。它作为本地执行引擎运行,使语言模型能够运行 Shell 命令、修改本地文件并与操作系统交互。 该项目充当 Model Context Protocol 客户端,与外部服务器集成,以使用标准化工具和数据源扩展代理功能。它具有提供程序无关的路由系统,可编排跨多个专有云 API 和本地 AI 后端的任务。 该系统包括用于无头浏览器自动化、视觉内容分析和用于映射代码库的符号代码分析的功能。为确保安全,它实现了人机协作(human-in-the-loop)护栏,在执行敏感系统更改或最终确定文件补丁之前需要用户确认。 该应用程序可以作为独立桌面二进制文件或通过 Docker 容器化进行部署。

    Spawns native shell processes to execute commands and scripts directly on the local machine.

    Python
    在 GitHub 上查看↗4,343
  • winscp/winscpwinscp 的头像

    winscp/winscp

    3,675在 GitHub 上查看↗

    WinSCP is a remote file manager and SFTP and FTP client that provides a graphical interface for browsing, editing, and organizing files on remote servers and cloud storage. It serves as a multi-protocol tool supporting SFTP, FTP, FTPS, SCP, S3, and WebDAV, and functions as an S3 object storage browser for managing files and buckets. The application distinguishes itself through its automation capabilities, allowing for scripted file transfers and remote command execution via a command-line interface or a .NET assembly. It also features directory synchronization to match local and remote folder

    Runs local or remote system commands directly from the interface based on the active directory panel.

    Cftpftp-clientftps
    在 GitHub 上查看↗3,675
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Local Shell Executions