SaaSHub helps you find the best software and product alternatives Learn more →
PowerShell Git Tool Projects
-
Project mention: PowerShell: The object-oriented shell you didn't know you needed | news.ycombinator.com | 2024-04-29
Ah if you want auto completion for native commands they need to be registered first. PSReadLine provides autocompletion support but it only works by default with things builtin to PowerShell itself. For `git` there is a fairly popular module called posh-git [1] that provides auto completion support for some of the well known commands. Git for Windows also calls it out [2]. You can also provide your own custom auto complete calls with Register-ArgumentCompleter [3]. Hope this helps!
[1] https://github.com/dahlbyk/posh-git
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
PowerShell Git Tools discussion
PowerShell Git Tools related posts
-
PowerShell: The object-oriented shell you didn't know you needed
-
Stuck trying to execute a ps1 from my github repo
-
Repos and PowerShell
-
posh-git
-
Adding Git autocomplete to PowerShell (Windows)
-
I just discovered aliases and I'm looking for more.
-
How to increase productivity at work with a pretty Windows Terminal and smart Powerline tools
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Oct 2024
Index
Project | Stars | |
---|---|---|
1 | posh-git | 7,656 |