gharlan / alfred-github-workflow

GitHub Workflow for Alfred
MIT License
2.89k stars 147 forks source link

[Feature Request] Add option to select browser to open in. #134

Closed miclgael closed 2 years ago

miclgael commented 2 years ago

Thanks @gharlan for this workflow, I use it daily :)

In my setup, I have modified action.php:20 like so:

exec('open -a Firefox\ Developer\ Edition '.$query);

To tell macOS to open my query in a specific browser. I thought this might be a cool / easily implementable feature.

gharlan commented 2 years ago

I do not want to add a config for this, sorry. I think default browser will fit for most people.