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
Most OS provide builtin tools to open a file, path or URL with the associated application based on the MIME type. To use a uniform command for it a new script called open will be implemented.
When running on Linux it'll use the XDG compliant tool xdg-open from xdg-utils while it'll pass through the parameters to the builtin application also called open when run on macOS.
The text was updated successfully, but these errors were encountered:
Most OS provide builtin tools to open a file, path or URL with the associated application based on the MIME type. To use a uniform command for it a new script called
open
will be implemented.When running on Linux it'll use the XDG compliant tool
xdg-open
from xdg-utils while it'll pass through the parameters to the builtin application also calledopen
when run on macOS.The text was updated successfully, but these errors were encountered: