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 130 node-notifier issues
Sort by recently updated
recently updated
newest added

Hey! On windows, it's very likely that the user does not have notifications enabled. As a workaround, slack creates a custom notification window (see screenshot). I was wondering if anyone...

Is there any way that the windows toast notifications does not block the command line? i.e. Can you enable the wait: false or timeout: false for Windows notifications?

Sometimes I want to remove user's notification programatically because of some user's action. Is this possible? If that's os specific, I'm mostly interested in linux for now.

Bug
Confirmed
macOS
Upstream

Hello there, In the file: `node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist` `NSAllowsArbitraryLoads` has been set to true. A code scanning tool is labelling this as a security breach however when I searched for `NSAllowsArbitraryLoads` in...

Am been working on an alarm clock for a while now now i will like to use notifier to notify the user but can't fire node notifier in fact don't...

Windows
Needs Review

In #226 some people complained that node-notifier doesnt work if the script is automatically invoked by CRON. SPDUK however found a soloution which is to prepend `XDG_RUNTIME_DIR=/run/user/$(id -u) ` to...

## System information OS: Windows 10 19042.685 running Ubuntu 20.04 in WSL2 ## Getting an error when running NPM run development: ``` node:events:353 throw er; // Unhandled 'error' event ^...

I created a vanilla electron forge project using their webpack script `npx create-electron-app my-new-app --template=webpack`. From there I followed the `node-notifier` docs and inserted the `notifier.notify('Message');` inside the `createWindow` function....

Termux provides very easy API to create and remove notification under Termux on Android. So, it would be very good if you support them. Related APIs: - https://github.com/termux/termux-api-package/blob/master/scripts/termux-notification - https://github.com/termux/termux-api-package/blob/master/scripts/termux-notification-remove

Enhancement
Request
Linux

I used 'node-notifier' find a error. `Error: Command failed: /var/folders/l3/bzc5qlt92c39p71q64_z4h_m0000gn/T/.org.simulatedgreg.electron-vue.1WuUal -title \"title_\" -message \"message_\" -sound \"Bottle\" -timeout \"5\" -json \"true\"\n2018-01-08 17:16:54.908 .org.simulatedgreg.electron-vue.1WuUal[49660:5643899] No Info.plist file in application bundle or no...