You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git-story-open currently only supports Mac OS, as it relies on the open command. A similar command, xdg-open, is supported on various linux operating systems.
We should detect if one of these is available, and then call the right one.
The text was updated successfully, but these errors were encountered:
git-story-open
currently only supports Mac OS, as it relies on the open command. A similar command,xdg-open
, is supported on various linux operating systems.We should detect if one of these is available, and then call the right one.
The text was updated successfully, but these errors were encountered: