this post was submitted on 23 Jun 2023
10 points (91.7% liked)

Powershell

1005 readers
1 users here now

PowerShell (POSH) is a a task automation command-line shell and scripting language created by Microsoft. It became part of the FOSS community in 2016 and is now available across Windows, Linux, and macOS

Resources:


Rules:

Self-promotion rules:


founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/183868

posh-git is a PowerShell module that integrates Git and PowerShell by providing Git status summary information that can be displayed in the PowerShell prompt, e.g.:

example

top 2 comments
sorted by: hot top controversial new old
[–] happy_piwakawaka@lemmy.nz 2 points 1 year ago (1 children)

Tangentially related is Oh my posh which provides theming support for PowerShell prompts. It integrates nicely with posh-git allowing you to customize how the git summary is displayed.

[–] canpolat@programming.dev 1 points 1 year ago

Yeah, I use that one as well.