Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironmansoftware/dashboard-utils
Utilities for PowerShell Universal Dashboards.
https://github.com/ironmansoftware/dashboard-utils
Last synced: 19 days ago
JSON representation
Utilities for PowerShell Universal Dashboards.
- Host: GitHub
- URL: https://github.com/ironmansoftware/dashboard-utils
- Owner: ironmansoftware
- License: mit
- Archived: true
- Created: 2023-01-18T03:06:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T15:31:05.000Z (over 1 year ago)
- Last Synced: 2024-08-01T05:19:45.432Z (4 months ago)
- Language: PowerShell
- Size: 86.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-powershell-universal - Dashboard Utilities - PowerShell module of dashboard utilities. (Utilities)
README
# Dashboard Utilities
Utility functions for PowerShell Universal Dashboard
## Get-UDCache
Returns the current values in the `$Cache` scope.
## New-UDCenter
Center items on a dashboard.
## New-UDConfirm
Prompts the user a yes\no confirm prompt with a customizable prompt.
## New-UDLineBreak
Creates a line break (``) in the dashboard.
## Reset-UDPage
Reloads the current page.
## Show-UDEventData
Shows the `$EventData` variable in a modal as JSON.
## Show-UDObject
Shows an object in a modal in a table.
## Show-UDThemeColorViewer
Shows all the theme colors in a modal.
![](./themes.png)
## Show-UDVariable
Shows variables and their values in a modal.
![](./variables.png)