Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created August 23, 2014 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wraithan/5d8629d08282c56bbafc to your computer and use it in GitHub Desktop.
Save wraithan/5d8629d08282c56bbafc to your computer and use it in GitHub Desktop.
var dialog = require('osx-dialog')
dialog({
title: 'something',
msg: 'message',
checkboxes: [
'first',
'second',
'third'
],
timeout: 1.5
}, console.log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment