From ccf2b89b87f0f427aca986ae3b7c00e8dcb444b0 Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Fri, 25 Oct 2024 20:00:23 +0200 Subject: [PATCH] posh-dotnet added --- DeveloperProfile.ps1 | 3 ++- README.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/DeveloperProfile.ps1 b/DeveloperProfile.ps1 index cd635ba..bb683a0 100644 --- a/DeveloperProfile.ps1 +++ b/DeveloperProfile.ps1 @@ -19,4 +19,5 @@ else Set-PSReadLineOption -PredictionViewStyle ListView -Import-Module posh-git \ No newline at end of file +Import-Module posh-git +Import-Module posh-dotnet \ No newline at end of file diff --git a/README.md b/README.md index 8306951..e0e2748 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,20 @@ then add `Import-Module posh-git` to your [Terminal Profile](#terminal-profile). You can also take a look at the [official installation guide](https://github.com/dahlbyk/posh-git?tab=readme-ov-file#installation). +### [Posh-DotNet](https://github.com/bergmeister/posh-dotnet) + +`PowerShell` tab completion for the [dotnet CLI](https://github.com/dotnet/cli). + +For installation run + +``` +Install-Module posh-dotnet -Force +``` + +then add `Import-Module posh-dotnet` to your [Terminal Profile](#terminal-profile). + +You can also take a look at the [official installation guide](https://github.com/bergmeister/posh-dotnet?tab=readme-ov-file#installation). + ## Terminal Profile To open the profile configuration