Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ShaunLawrie/PwshSpectreConsole
👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library
https://github.com/ShaunLawrie/PwshSpectreConsole
powershell powershell-module prompt
Last synced: about 2 hours ago
JSON representation
👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library
- Host: GitHub
- URL: https://github.com/ShaunLawrie/PwshSpectreConsole
- Owner: ShaunLawrie
- License: mit
- Created: 2023-04-25T02:08:31.000Z (over 1 year ago)
- Default Branch: prerelease
- Last Pushed: 2024-11-02T13:11:15.000Z (6 days ago)
- Last Synced: 2024-11-02T13:28:20.834Z (6 days ago)
- Topics: powershell, powershell-module, prompt
- Language: PowerShell
- Homepage: https://pwshspectreconsole.com/
- Size: 22.8 MB
- Stars: 113
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - ShaunLawrie/PwshSpectreConsole - 👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library (PowerShell)
README
# 👻 PwshSpectreConsole
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/PwshSpectreConsole)](https://www.powershellgallery.com/packages/PwshSpectreConsole)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PwshSpectreConsole)](https://www.powershellgallery.com/packages/PwshSpectreConsole)
[![GitHub license](https://img.shields.io/github/license/ShaunLawrie/PwshSpectreConsole)](https://github.com/ShaunLawrie/PwshSpectreConsole/blob/main/LICENSE)PwshSpectreConsole is a wrapper for the [awesome Spectre.Console library](https://spectreconsole.net/).
Spectre Console is a dotnet library and it leans heavily on types and extension methods in C# which are very verbose to work with in PowerShell so this module hides away some of the complexity.The module has access to all features available in Spectre.Console.
## Installation
```pwsh
Install-Module PwshSpectreConsole -Scope CurrentUser
Start-SpectreDemo
```## Contributing
If you have a feature request, please raise an issue on the GitHub repo or open a PR.
Check out the contributing guide [here](/CONTRIBUTING.md).## Documentation
Full documentation is at [https://pwshspectreconsole.com/](https://pwshspectreconsole.com/)
![image](https://github.com/user-attachments/assets/6773469b-b91e-4129-afca-6d4bc64246d7)
### Prerelease Documentation
Prerelease documentation is at [https://prerelease.pwshspectreconsole.com/](https://prerelease.pwshspectreconsole.com/)