-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Thank you for sharing the code for this tool!
Right now, it includes a hard-coded calls to linux-specific tool subprocess.call(('xdg-open', XXX)).
It would be nice to have other platforms supposted (e.g. mac OS) by refactoring that to the logic similar to https://golang.org/src/cmd/internal/browser/browser.go that calls the right tool on each platform.
Otherwise, right now, on mac OS the tool works, but one can not open any file as there is no xdg-open binary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working