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

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

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

2 个仓库

Awesome GitHub RepositoriesCommand-Line Interfaces

Architectural structures for command-line tools that interact with backend daemons.

Distinct from CLI Plugin Architectures: Focuses on the CLI-to-daemon communication pattern rather than a plugin system for third-party extensions.

Explore 2 awesome GitHub repositories matching development tools & productivity · Command-Line Interfaces. Refine with filters or upvote what's useful.

Awesome Command-Line Interfaces GitHub Repositories

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

    coreos/rkt

    8,774在 GitHub 上查看↗

    rkt 是一个安全的 Linux 容器引擎和 Pod 原生容器管理器。它提供了一个可组合的执行环境,用于在 Linux 上启动和管理隔离的应用程序容器,作为一个围绕镜像格式和网络接口的开放行业标准设计的运行时。 该系统以 Pod 原生执行模型为特色,将多个容器和共享资源分组为单个、自包含的单元。它利用可插拔的执行引擎提供安全隔离,包括使用基于硬件的虚拟化在主机系统和运行中的应用程序之间创建安全边界。 该项目涵盖了容器管理的广泛功能,包括符合 OCI 标准的镜像执行和基于 CNI 的网络。它还提供与集群编排器和系统初始化工具的集成,以管理跨分布式环境的工作负载。

    Provides a composable command-line interface that communicates with a backend daemon for container management.

    Go
    在 GitHub 上查看↗8,774
  • inotify-tools/inotify-toolsinotify-tools 的头像

    inotify-tools/inotify-tools

    3,398在 GitHub 上查看↗

    Inotify-tools is a collection of command-line utilities that provide a direct interface to the Linux kernel inotify subsystem. It functions as a filesystem event monitor, allowing users to track modifications, creations, and deletions of files and directories in real time. The project translates low-level kernel event structures into human-readable text output, enabling the integration of filesystem monitoring into shell scripts and automated workflows. It manages multiple filesystem watches by tracking individual file descriptors and supports recursive directory traversal to ensure comprehen

    Provides command-line utilities that translate low-level kernel filesystem events into human-readable text for shell script integration.

    C++cfsnotifyinotify
    在 GitHub 上查看↗3,398
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. CLI Tooling Frameworks
  5. CLI Plugin Architectures
  6. Command-Line Interfaces

探索子标签

  • Filesystem Event WrappersCommand-line utilities that translate low-level kernel filesystem events into human-readable text for shell script integration. **Distinct from Command-Line Interfaces:** Distinct from general Command-Line Interfaces: focuses specifically on wrapping kernel-level filesystem event structures for terminal consumption.