Open in Default Application
Sublime Text plugin to open files in the system default application
By
SublimeText
Created
Installations minus removals
Upgrades
- 5,628 installs
- 11 stars
Links
Version
1.1.0
·
Open in Default Application
This package adds a command to the side bar menu, the tab context menu and the command palette to open a file or directory in the system default application.
System Notes
On Linux, xdg-open is used which most up-to-date desktop distributions
should provide. If you wish to use a different opening utility, this preference
can be overridden by editing your settings for this package:
{
"open_command": "<your opening command>"
}
On Windows, os.startfile is used which calls the proper Win32 shell
functions; on Mac OS X, the open utility is used.