obs-powershell
obs-powershell copied to clipboard
Script OBS with PowerShell
We should be able to shout out releases of obs-powershell.
When the module loads, it should create a variable pointing to itself, $OBS. This implies: * [x] #157 * [ ] #158 * [ ] #159
Whenever obs-powershell loads, it should check for a file named `obs-powershell.profile.ps1` in the same directory as `$profile`. If it is found, this file should be run.
Commands should support the [OBS Source Switcher by Exeldro](https://github.com/exeldro/obs-source-switcher)
It may be a greedy query, but we _can_ find the scene items associated with an input by: * Getting all scenes * Getting all items from each scene *...