Biont / sway-launcher-desktop

TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
GNU General Public License v3.0
606 stars 28 forks source link

Check autostart condition before launching #76

Closed mapster closed 1 year ago

mapster commented 1 year ago

Added a simple function to validate the AutostartCondition of autostart applications, but it only evaluates the if-exists and unless-exists conditions.

Biont commented 1 year ago

Looks great! Would you be able to add a simple BATS test for this/extend the existing one?

mapster commented 1 year ago

I added some tests, but I've never used bats before so I don't know if I'm breaking some patterns.

Biont commented 1 year ago

LGTM, thanks!