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

Tyrrrz/CliWrap

0
View on GitHub↗
4,976 stars·283 forks·C#·MIT·9 vues

CliWrap

CliWrap est une bibliothèque de gestion de processus asynchrones et un wrapper de processus enfants, utilisée pour exécuter des commandes externes et intégrer des interfaces en ligne de commande dans des applications. Elle fournit un framework pour lancer des programmes externes via des patterns asynchrones, gérer les processus enfants et valider les codes de sortie.

La bibliothèque se distingue par sa capacité à router les flux d'entrée, de sortie et d'erreur standard vers des buffers en mémoire ou des flux d'événements en temps réel. Elle permet le monitoring en temps réel des lignes de sortie des processus et prend en charge la terminaison des processus via des jetons d'annulation (cancellation tokens).

Le projet couvre un large éventail de capacités de gestion de processus externes, incluant la configuration des variables d'environnement, la redirection des flux standard et la capture de la sortie des processus pour une utilisation en tant que données au sein d'une application.

Features

  • External Command Execution - Runs system programs and captures their output and exit codes for programmatic use.
  • External Process Management - Implements a comprehensive system for spawning, controlling, and communicating with external subprocesses.
  • Standard Stream Redirection - Routes standard input, output, and error streams to files, buffers, or other commands.
  • Real-Time Output Streaming - Streams the standard output of child processes in real-time as a sequence of events.
  • Command Line Tool Integrations - Provides an interface for applications to execute shell commands and programmatically capture their output.
  • Child Process Spawning - Launches processes with specific arguments and working directories, returning exit codes asynchronously.
  • Process Output Captures - Intercepts and captures standard output and error streams from external system processes.
  • Asynchronous Task Execution - Executes non-blocking system tasks within an asynchronous event loop context.
  • Subprocess Output Capture - Redirects standard output and error streams of child processes to the parent for programmatic capture.
  • Process Lifecycle Wrapping - Provides wrappers around native process spawning to manage the lifecycle of external commands asynchronously.
  • Stream Redirectors - Routes standard process streams to memory buffers or real-time event streams for flexible data capture.
  • Asynchronous Process Managers - Manages external process execution using non-blocking async-await patterns to decouple background tasks from the main thread.
  • Asynchronous Task Processing - Offloads heavy system tasks to background processes to maintain application responsiveness.
  • Process Output Monitoring - Tracks external binary execution progress through real-time monitoring of output streams.
  • Process Output Captures - Captures complete standard output, standard error, and exit codes from commands for programmatic use.
  • Wrappers - Provides a high-level wrapper around child process execution to simplify output capture and error handling.
  • Process Event Streams - Monitors process starts, exits, and output lines in real-time using event streams.
  • CLI Integration Frameworks - Offers a framework for wrapping and automating the execution of existing system utilities.
  • Environment Variable Configurations - Provides mechanisms to inject runtime settings and configuration into processes via environment variables.
  • Environment Variable Configuration - Sets environment variables and resource policies for child processes.
  • CLI Process Wrappers - Provides a programmatic wrapper to automate the execution and monitoring of various CLI applications.
  • Exit Status Validation - Validates command return codes to ensure the execution flow is correct.
  • Memory Buffering - Implements memory buffering to stage process output in volatile memory for later retrieval.
  • Process Interruption - Supports the interruption and termination of external shell processes using cancellation tokens.
  • Real-Time Application Log Monitoring - Enables live streaming of external process output lines for real-time monitoring and debugging.
  • CLI Tools - Wrapper for executing command-line interfaces.
  • Interfaces en ligne de commande - Library for running external processes.
  • Dotnet CLI Frameworks - Library for interacting with external command-line processes.
  • General Utilities - Wrapper for executing command-line interfaces.

Historique des stars

Graphique de l'historique des stars pour tyrrrz/cliwrapGraphique de l'historique des stars pour tyrrrz/cliwrap

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à CliWrap

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec CliWrap.
  • sinelaw/freshAvatar de sinelaw

    sinelaw/fresh

    5,914Voir sur GitHub↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Rustideterminal-basedtext-editor
    Voir sur GitHub↗5,914
  • natemcmaster/commandlineutilsAvatar de natemcmaster

    natemcmaster/CommandLineUtils

    2,273Voir sur GitHub↗

    Command line parsing and utilities for .NET

    C#command-linedotnetdotnet-core
    Voir sur GitHub↗2,273
  • bilal-fazlani/commanddotnetAvatar de bilal-fazlani

    bilal-fazlani/commanddotnet

    612Voir sur GitHub↗

    A modern framework for building modern CLI apps

    C#argument-parsercommand-lineconsole-application
    Voir sur GitHub↗612
  • tyrrrz/clifxAvatar de Tyrrrz

    Tyrrrz/CliFx

    1,605Voir sur GitHub↗
    C#clicommandcommand-line
    Voir sur GitHub↗1,605
Voir les 30 alternatives à CliWrap→

Questions fréquentes

Que fait tyrrrz/cliwrap ?

CliWrap est une bibliothèque de gestion de processus asynchrones et un wrapper de processus enfants, utilisée pour exécuter des commandes externes et intégrer des interfaces en ligne de commande dans des applications. Elle fournit un framework pour lancer des programmes externes via des patterns asynchrones, gérer les processus enfants et valider les codes de sortie.

Quelles sont les fonctionnalités principales de tyrrrz/cliwrap ?

Les fonctionnalités principales de tyrrrz/cliwrap sont : External Command Execution, External Process Management, Standard Stream Redirection, Real-Time Output Streaming, Command Line Tool Integrations, Child Process Spawning, Process Output Captures, Asynchronous Task Execution.

Quelles sont les alternatives open-source à tyrrrz/cliwrap ?

Les alternatives open-source à tyrrrz/cliwrap incluent : sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… natemcmaster/commandlineutils — Command line parsing and utilities for .NET. bilal-fazlani/commanddotnet — A modern framework for building modern CLI apps. tyrrrz/clifx. crazyguitar/pysheeet — pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns… shelljs/shelljs — ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system…