shime / livedown

Live Markdown previews for your favorite editor.
MIT License
765 stars 51 forks source link

--browser now accepts options to be passed to the browser executable #30

Closed kocakosm closed 6 years ago

kocakosm commented 6 years ago

Adds support for passing some options to the browser executable: livedown start README.md --open --browser "firefox -P livedown" livedown start README.md --open --browser "'google chrome' --incognito"

shime commented 6 years ago

Thanks, nice work!