awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • bobbyiliev/introduction-to-bash-scriptingAvatar de bobbyiliev

    bobbyiliev/introduction-to-bash-scripting

    5,869Voir sur GitHub↗

    Ce projet est une ressource éducative complète et une série de tutoriels pour apprendre le scripting Bash et la programmation shell. Il sert de guide technique et de manuel de référence pour écrire des scripts d'automatisation et créer des outils réutilisables dans un environnement Linux. Le matériel se concentre sur l'automatisation DevOps et SysOps, couvrant le développement d'outils en ligne de commande personnalisés, l'automatisation de l'administration système et l'implémentation de l'automatisation de la sécurité telle que la génération de mots de passe aléatoires et la protection DDoS. La portée englobe les fondamentaux du langage, notamment les variables, les boucles et la logique conditionnelle, ainsi que des capacités opérationnelles comme la surveillance de la santé du système, la synthèse des logs de serveurs web et la gestion de serveurs distants via SSH. Il aborde également l'interaction avec le terminal via la construction de menus interactifs, le formatage de sortie et l'aliasing de commandes. Le contenu est structuré sous forme de guides, d'un ebook et d'une référence de scripting.

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

    HTML
    Voir sur GitHub↗5,869
  • lxc/lxdAvatar de lxc

    lxc/lxd

    5,554Voir sur 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
    Voir sur GitHub↗5,554
  • guigrpa/docx-templatesAvatar de guigrpa

    guigrpa/docx-templates

    1,081Voir sur 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
    Voir sur GitHub↗1,081
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. CLI Command Registrars
  5. Command Alias Definitions

Explorer les sous-tags

  • 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.