Skip to content
forked from pwnall/node-open

open a file or uri with the users preferred application (browser, editor, etc), cross platform

License

Notifications You must be signed in to change notification settings

jmarca/node-open

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open

open a file or url in the user's preferred application

usage

var open = require('open');
open('http://www.google.com');

install

npm install open

how it works

  • on win32 uses start
  • on darwin uses open
  • otherwise uses the xdg-open script from freedesktop.org

warning

The same care should be taken when calling open as if you were calling child_process.exec directly. If it is an executable it will run in a new shell.

About

open a file or uri with the users preferred application (browser, editor, etc), cross platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%