From f6e7b36303f75e23b4afc49d5611792b93f87802 Mon Sep 17 00:00:00 2001 From: Louis Seubert Date: Fri, 10 May 2024 22:16:55 +0200 Subject: [PATCH] chore: update readme with a better description --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f53bcfa..7e33342 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # `Geekeey.Extensions.Process` +Process is a .NET library for interacting with external command-line interfaces. It provides a convenient model for +launching processes, redirecting input and output streams, awaiting completion, handling cancellation, and more. + ## Features -## Getting Started +- **Input and Output redirection:** flexible piping model, that allows to redirect the process's streams. +- **Immutability:** The `Command` object is immutable, ensuring thread safely and allowing sharing of a base + configuration. +## Getting Started ### Install the NuGet package: