https://github.com/sublimetext/opendefaultapplication
Sublime Text plugin to open files in the system default application
https://github.com/sublimetext/opendefaultapplication
Last synced: 8 months ago
JSON representation
Sublime Text plugin to open files in the system default application
- Host: GitHub
- URL: https://github.com/sublimetext/opendefaultapplication
- Owner: SublimeText
- License: other
- Created: 2014-08-08T17:39:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T14:11:02.000Z (over 2 years ago)
- Last Synced: 2025-04-19T20:47:05.090Z (9 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 11
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
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": ""
}
On *Windows*, `os.startfile` is used which calls the proper Win32 shell
functions; on *Mac OS X*, the `open` utility is used.