Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

node-notifier-cli

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Issues
File Explorer

Advanced tools

node-notifier-cli

CLI API for node-notifier

    2.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
727
increased by28.22%

Weekly downloads

Readme

Source

node-notifier CLI

Separate package for node-notifier CLI.

Install

npm i [-g] node-notifier-cli

or try it out with npx

npx -p node-notifier-cli notify -t 'Hello' -m 'My message'

usage

notify -h # notify ## Options * --help (alias -h) * --title (alias -t) * --subtitle (alias -st; not available on Windows OS) * --message (alias -m) * --icon (alias -i) * --sound (alias -s; use none to disable default sound notification) * --open (alias -o) * --port (alias -p) * --host * --failsafe (alias -x; time in milliseconds) ## Example $ notify -t "Hello" -m "My Message" -s --open http://github.com $ notify -t "Agent Coulson" --icon https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/coulson.jpg $ notify -m "My Message" -s Glass $ echo "My Message" | notify -t "Hello"

Keywords

FAQs

Last updated on 26 May 2021

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc