Top 3 PowerShell Prompt 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
-
-
PwshSpectreConsole
👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library
Project mention: Ask HN: What is the best way to author blogs in 2024v | news.ycombinator.com | 2024-07-20Astro is awesome. It’s easy enough to get started with a template for a static site and flexible enough to build dynamic web apps.
My static personal site is Astro hosted on cloudflare pages https://github.com/ShaunLawrie/shaunlawrie.com
And I used their documentation template https://starlight.astro.build/ for my autogenerated docs on https://pwshspectreconsole.com/
I love having the ability to focus on the content and never having any blockers if I want to do something weird like embed a prebuilt react component for some edge cases.
PowerShell Prompt discussion
PowerShell Prompt related posts
Index
What are some of the best open-source Prompt projects in PowerShell? This list will help you:
Project | Stars | |
---|---|---|
1 | posh-git | 7,640 |
2 | PowerLine | 566 |
3 | PwshSpectreConsole | 98 |