mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.18k stars 106 forks source link

Is there a way to specify which browser is opened? #143

Open SteveALee opened 8 years ago

SteveALee commented 8 years ago

Or is it always the default?

mattdesl commented 8 years ago

Always default right now. Maybe we could explore a shell flag / env var for this though.

knoan commented 5 years ago

An optional argument to the --open flag (like --open Chrome) would be very useful.