cmd
Command runner
A C# library to simplify running external programs and commands in a more dynamic way.
C# library to run external programs in a simpler way. Demonstration of "dynamic" features of C#.
355 stars
37 watching
48 forks
Language: C#
last commit: over 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
adamralph/simple-exec | A .NET library for running external commands with customizable behavior and exception handling. | 694 |
slavaganzin/await | A command-line tool to run multiple commands concurrently and wait for their completion. | 144 |
thevinter/def | A shell plugin that allows users to define and run default commands in specific directories. | 11 |
raynes/conch | A Clojure library that provides a flexible interface to execute programs in a similar way to calling functions. | 541 |
devlooped/smallsharp | Enables multiple C# top-level programs to be created, edited and run from a single project with automatic compilation and launch selection. | 286 |
daskycodes/at_cli | A CLI tool that allows users to execute AT commands via serial port connections. | 52 |
jacobdeichert/mask | A command-line task runner defined by a simple markdown file | 1,101 |
joerdav/xc | Solves the problem of scripts and documentation being separate entities, by defining them inline with the documentation in a human-readable format | 1,198 |
bahmutov/as-a | A utility tool for running commands with custom environment settings and variables | 66 |
ndmitchell/cmdargs | A Haskell library for building command line applications with minimal code | 91 |
kevin-robertson/invoke-thehash | A PowerShell module providing tools for executing commands on remote systems using WMI and SMB protocols. | 1,480 |
ruricolist/cmd | A utility for running external programs with robust argument handling and support for various command-line features. | 65 |
moxystudio/node-cross-spawn | A cross-platform solution to Node.js spawn and spawnSync issues on Windows | 1,090 |
recca0120/laravel-terminal | A package that enables running Laravel artisan commands in the terminal. | 857 |
vladimirmarkelov/haku | A command runner inspired by make that allows users to write cross-platform task files with limited built-in commands and attributes. | 36 |