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
·

2 dépôts

Awesome GitHub RepositoriesCommand Line Interface Examples

Source code examples demonstrating the implementation of specific command-line interface commands and utilities.

Distinguishing note: Focuses on educational source code examples for CLI command implementation rather than production-ready CLI frameworks.

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

Awesome Command Line Interface Examples 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.
  • tmux/tmuxAvatar de tmux

    tmux/tmux

    46,643Voir sur GitHub↗

    This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t

    cmd-switch-client.c — a named example documented in this learning resource.

    C
    Voir sur GitHub↗46,643
  • iam-veeramalla/ultimate-linux-guideAvatar de iam-veeramalla

    iam-veeramalla/ultimate-linux-guide

    2,705Voir sur GitHub↗

    The Ultimate Linux Guide is a curated collection of Linux commands and concepts organized as a lookup reference for quick retrieval. It is delivered as a static markdown repository with no build step, ensuring zero-dependency access and version control, and is designed as a reference-first documentation rather than a tutorial. The guide uses a progressive skill-building structure, arranging topics so that foundational skills like file navigation are mastered before advanced topics like process management. All commands and examples use only POSIX-standard syntax that works identically across m

    Pairs each command with a concrete example output for immediate hands-on verification.

    Voir sur GitHub↗2,705
  1. Home
  2. Development Tools & Productivity
  3. Command Line Interface Examples