Biont / sway-launcher-desktop

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

Run exact command when no matches #31

Closed WhyNotHugo closed 3 years ago

WhyNotHugo commented 3 years ago

If I type firefox --no-remote there are no matches.

When I hit enter, nothing happens. Is it possible to, in this scenario, run the exact command I've typed?

Biont commented 3 years ago

This is something we've been exploring recently. There's even a pull request #28 for it, but I think it should be done in a slightly different way.

Biont commented 3 years ago

@WhyNotHugo Can you try the current master and report back?

Biont commented 3 years ago

Closing for now since I consider this feature working now.