hey
hey copied to clipboard
open: command not found
hey graph interrupts-by-day
uses the open
command, which is only available on OSX, not on Linux.
$ hey graph interrupts-by-day
sh: line 44: open: command not found
this is just opening an url. if you're actively using this let me know. IF you happen to know a generic way, for a linux to load an url in the default browser, let me know. I'll need to address this in the impending 2.0 code anyway
I'm not actively using this, but the standard Linux way of opening a URL is xdg-open
- https://linux.die.net/man/1/xdg-open