awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesCommand-Line Tools

Utilities invoked from the terminal for performing specific tasks or operations.

Distinguishing note: The candidates are too specific (DNS, Kafka, ingestion) or focus on configuration; this is a general-purpose CLI tool for validation and processing.

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

Awesome Command-Line Tools 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.
  • cue-lang/cueAvatar de cue-lang

    cue-lang/cue

    6,147Voir sur GitHub↗

    CUE is a constraint-based configuration language designed for data validation, schema definition, and code generation. At its core, it unifies types and values into a single concept, enabling compile-time validation that catches structural and value errors before runtime. The language treats data and constraints as the same thing, allowing a single definition to serve as both a schema and concrete configuration data. CUE distinguishes itself through its constraint-based unification engine, which combines multiple configuration sources into a single coherent result by merging their constraints

    Ships command-line tools to validate, format, and process CUE files and configurations.

    Goconfigurationdatakubernetes
    Voir sur GitHub↗6,147
  • 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.

    Guides the creation of custom shell commands and interactive menus to streamline development workflows.

    HTML
    Voir sur GitHub↗5,869
  • catlog22/claude-code-workflowAvatar de catlog22

    catlog22/Claude-Code-Workflow

    1,311Voir sur GitHub↗

    Claude-Code-Workflow is a development workflow engine and command-line orchestration framework that coordinates specialized artificial intelligence agents to automate multi-step software development tasks. The system executes structured processes through natural language command routing, analyzing user intent to select workflows and invoke command-line tools automatically. The platform includes embedded hybrid code search combining full-text and semantic embedding methods over local repositories, along with persistent session management that tracks development steps across multiple execution

    Triggers command-line tools automatically when users reference them naturally within standard text prompts.

    TypeScriptclaudeclaude-codecli-tools
    Voir sur GitHub↗1,311
  1. Home
  2. Development Tools & Productivity
  3. Command-Line Tools

Explorer les sous-tags

  • Semantic Invocation IntegrationsTriggers command-line tools automatically when users reference them naturally within standard text prompts. **Distinct from Command-Line Tools:** Distinct from general command-line tools by focusing specifically on semantic, prompt-driven tool invocation.