hey icon indicating copy to clipboard operation
hey copied to clipboard

open: command not found

Open adelq opened this issue 7 years ago • 2 comments

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

adelq avatar Nov 29 '17 15:11 adelq

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

masukomi avatar Dec 15 '17 15:12 masukomi

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

adelq avatar Dec 15 '17 16:12 adelq