KilleenCode / brancato

A cross-platform omnibar to to easily run workflows, built in Rust 🦀
MIT License
5 stars 2 forks source link

Support for running commands that aren't just paths #22

Open SeanKilleen opened 2 years ago

SeanKilleen commented 2 years ago

For example, I envision a "clean slate" workflow that might have a command line to kill system try background stuff, like taskkill.exe /f /im "LogiPresentationUI.exe" /t

The cool thing is, I think there's already a workaround -- I can put this in a script, and call the script's path. Which is beautiful.

RyKilleen commented 2 years ago

This is absolutely on my list, thanks for adding! I have some clean up of the settings page to do that will enable diving into this.

My personal use case is for OBS, which takes a --startvirtualcam flag

RyKilleen commented 2 years ago

Setting the effort high here since it requires some upstream PRs

SeanKilleen commented 2 years ago

FWIW, I'd be fine if this was in vNext. The ability to run a powershell script is all I need to cover for this.