ScriptDeck icon indicating copy to clipboard operation
ScriptDeck copied to clipboard

PowerShell Tools for Elgato StreamDeck

Results 60 ScriptDeck issues
Sort by recently updated
recently updated
newest added

Watchpath should allow for script to run based on results from a file appearing using -tail. i.e. Get-Content -Path C:\folder\thisisalog.log -Tail 1 -Wait | % {if ($_ -match "Remote_http") {write-host...

How is this supposed to work? I just get a yellow triangle no matter what script I try.

* [ ] #115 * [ ] #116 * [ ] #117 * [ ] #118 * [ ] #119

This is definitely not an issue. While searching the code for how to get the websocket interface's port, I couldn't find it in the plugin. Can you please help?

Respectfully requesting the ability to have a function that changes the icon of a button. Primarily the icon the script is attached to but any icon would be great as...