Closed lmullen closed 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.
Related #3.
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!
opencmd
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.