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