BoettcherDasOriginal / LeoConsole

LeoConsole is a terminal with many features! It allows you to quickly and easily program smaller or larger console functions or use those of others. It is written in C# 10 under .NET 6
GNU General Public License v3.0
2 stars 0 forks source link

[Feature request] API extension - RunProcess #51

Closed alexcoder04 closed 2 years ago

alexcoder04 commented 2 years ago

Description

In many of my plugins, I use a function for running external processes or for checking their output (RunProcess() and CheckOutput()). It is redundant, so it would be nice to have this function directly available in ILeoConsole.

Intended Use-Case

Plugins that run external commands, like external, apkg and file-manager.