node-notifier icon indicating copy to clipboard operation
node-notifier copied to clipboard

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)

Results 123 node-notifier issues
Sort by recently updated
recently updated
newest added

Terminal-notifier has been updated to remove most of its features with interaction. https://github.com/vjeantet/alerter should be used instead as it has the features of terminal-notifier plus better interaction.

I'm using following command to add the app shortcut in start menu on Windows 10. But it doesn't work. ` require('node-notifier').notify( { message: 'installation', install: 'app.lnk ' + remote.app.getPath( 'exe'...

Apparently sending a dropdown+actions without a close label is forbidden! ```js notifier.notify({title: 'test', message: 'this is a test', actions: ['foo', 'bar'], wait:true, dropdownLabel: 'click me!', reply:true}, console.log.bind(console)); ``` yields: ```sh...

So I just run npm update in one of my projects and this Avast window jumped out on me. ([email protected]) ![notifu](https://user-images.githubusercontent.com/822702/34907881-f01f4b42-f885-11e7-8e79-126d3910cf16.png)

Hello! Thank you for this great module! However, the `timeout` option is not working for some reason with `notify-send` on Ubuntu Linux. If invoked directly through shell it works fine:...

I am developing nw-app, and also using node-notifier module. It is so strange that, when I used it on window 10, it can open new window when clicking toaster, but...

After today's mac os update, if i use this settings in order to use the 'reply' option: `notifier.notify({ title: title, message: body, sound: true, reply: true })` The notification does...

Unconfirmed
macOS
Needs Review

hello, i try to set the timeout with wait option but after x time if i click to open the notify just close. if i click on the button few...

macOS
Needs Review

Master as of commit 87242c1 (and npm releases before that when terminal-notifier was still a .app) do not exit the terminal-notifier process after an electron app quits. Don't know how...

Bug
Unconfirmed
Electron

On Windows 10 the plugin fails if path is too long: ``` Error: spawn ENAMETOOLONG [ERROR] at exports._errnoException (util.js:907:11) [ERROR] at ChildProcess.spawn (internal/child_process.js:298:11) [ERROR] at exports.spawn (child_process.js:362:9) [ERROR] at Object.exports.execFile...

Bug
Windows