CliWrap is an asynchronous process manager and child process wrapper library used to execute external commands and integrate command line interfaces into applications. It provides a framework for launching external programs using asynchronous patterns, managing child processes, and validating exit codes.
الميزات الرئيسية لـ tyrrrz/cliwrap هي: 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.
تشمل البدائل مفتوحة المصدر لـ tyrrrz/cliwrap: 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…
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
Command line parsing and utilities for .NET
A modern framework for building modern CLI apps