mbostock / gistup

Create a gist from terminal, then use git to update it.
Other
488 stars 41 forks source link

Open on linux #14

Closed lmullen closed 10 years ago

lmullen commented 10 years ago

Check if gistup is running on Linux. If it is, use "xdg-open" to open the browser. If it's not on Linux, use "open." Tested on Ubuntu 13.10.

mbostock commented 10 years ago

Related #3.

mbostock commented 10 years ago

I took my own take on implementing this (your opencmd was leaking a global, and I wanted to consolidate the definition in one place), but thank you for the pull request!