jp-open-with-default
v0.0.1
Published
easily open the supplied path with the OS default application.
Downloads
4
Readme
Open with Default
A super simple module that opens files with the default system handler.
Example:
const open = require('jp-open-with-default');
const homeDir = require('sdk/system').pathFor('Home');
open('/Users/jeff');