This package has been deprecated

Author message:

This package is no longer maintained. Please use `node-notifier`.

terminal-notifier-plus

1.0.0 • Public • Published

Yet another nodejs wrapper for Terminal-notifier.app

npm install terminal-notifier-plus
 
var notifier = require('terminal-notifier-plus');
 
notifier.notify(options, callback);
 

Options

 
options = {
  title: "Notification Title",
  message: "Notification Message",
  subtitle: "Notification Subtitle",
  sound : "Name of the sound to play",
  activate : "application to activate",
  sender: "Sender application id",
  open: "URL to open when clicked",
  execute: "Executable command"
}
 

This module wraps the terminal notifier app by Alloy, https://github.com/alloy/terminal-notifier. Check for more available options.

License

MIT

/terminal-notifier-plus/

    Package Sidebar

    Install

    npm i terminal-notifier-plus

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • sbspk