this post was submitted on 23 Jun 2023
11 points (92.3% liked)

Powershell

1020 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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 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 1 points 1 year ago

Yeah, I use that one as well.