Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ironmansoftware/dashboard-utils

Utilities for PowerShell Universal Dashboards.
https://github.com/ironmansoftware/dashboard-utils

Last synced: about 2 months ago
JSON representation

Utilities for PowerShell Universal Dashboards.

Awesome Lists containing this project

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)