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

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

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

3 个仓库

Awesome GitHub RepositoriesCommand Alias Definitions

Mechanisms for creating shorthand names for longer CLI commands to speed up repetitive workflows.

Distinct from CLI Command Registrars: Distinct from CLI Command Registrars: focuses on creating user-defined aliases for existing commands, not registering new functions as commands.

Explore 3 awesome GitHub repositories matching development tools & productivity · Command Alias Definitions. Refine with filters or upvote what's useful.

Awesome Command Alias Definitions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bobbyiliev/introduction-to-bash-scriptingbobbyiliev 的头像

    bobbyiliev/introduction-to-bash-scripting

    5,869在 GitHub 上查看↗

    本项目是一个全面的教育资源和教程系列,用于学习 Bash 脚本和 Shell 编程。它作为在 Linux 环境中编写自动化脚本和创建可重用工具的技术指南和参考手册。 该材料专注于 DevOps 和 SysOps 自动化,涵盖了自定义命令行工具的开发、系统管理自动化,以及随机密码生成和 DDoS 防护等安全自动化的实现。 范围涵盖了核心语言基础(包括变量、循环和条件逻辑),以及系统健康监控、Web 服务器日志汇总和通过 SSH 进行远程服务器管理等操作功能。它还通过交互式菜单构建、输出格式化和命令别名处理终端交互。 内容组织为一系列指南、电子书和脚本参考。

    Provides guidance on creating shorthand aliases for complex commands to optimize terminal workflows.

    HTML
    在 GitHub 上查看↗5,869
  • lxc/lxdlxc 的头像

    lxc/lxd

    5,554在 GitHub 上查看↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Ships a command alias system that lets users create shorthand names for frequently used CLI commands.

    Go
    在 GitHub 上查看↗5,554
  • guigrpa/docx-templatesguigrpa 的头像

    guigrpa/docx-templates

    1,081在 GitHub 上查看↗

    Docx-templates is a library designed for the programmatic generation of Word documents by merging dynamic data with predefined template files. It functions as a template engine that processes embedded instructions directly within the document structure to produce customized, data-driven output. The engine distinguishes itself by allowing the execution of arbitrary JavaScript expressions and custom data resolvers during the generation process. This enables complex conditional logic, iterative loops, and the dynamic injection of diverse content types, including images, HTML fragments, and raw X

    Supports creating reusable shorthand references for complex commands to simplify the structure of repetitive document elements.

    TypeScriptdocxdocx-filedocx-generator
    在 GitHub 上查看↗1,081
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. CLI Command Registrars
  5. Command Alias Definitions

探索子标签

  • Alias ListingsDisplaying all configured command aliases and their target commands in a structured table format. **Distinct from Command Alias Definitions:** Distinct from Command Alias Definitions: focuses on the listing and display of existing aliases, not their creation or mapping.
  • Document Template AliasesMechanisms for defining shorthand references for complex commands within document templates to simplify repetitive content structures. **Distinct from Command Alias Definitions:** Distinct from Command Alias Definitions: focuses on document template command shorthand rather than CLI command aliases.