node-notifier:Node.js模块,用于在本机Mac,Windows和Linux(或作为后备设备的Growl)上发送通知

时间:2024-02-23 23:19:59
【文件属性】:

文件名称:node-notifier:Node.js模块,用于在本机Mac,Windows和Linux(或作为后备设备的Growl)上发送通知

文件大小:3.01MB

文件格式:ZIP

更新时间:2024-02-23 23:19:59

nodejs javascript growl notification-center notification

节点通知者 使用Node.js发送跨平台本机通知。 适用于macOS的Notification Center,适用于Linux的notify-osd / libnotify-bin ,适用于Windows 8/10的Toasters或适用于早期Windows版本的任务栏气球。 如果不满足这些要求,则使用低吼。 。 输入示例macOS通知中心 动作示例Windows SnoreToast 快速使用 在macOS,Windows和Linux上显示本机通知: const notifier = require ( 'node-notifier' ) ; // String notifier . notify ( 'Message' ) ; // Object notifier . notify ( { title : 'My notification' , message : 'Hello, there!' } ) ; 要求 macOS :> = 10.8(用于本机通知),或Growl(如果更早)。 Linux :已安装notify-osd或libnotify-bin (Ubun


【文件预览】:
node-notifier-master
----.gitignore(37B)
----.eslintrc(220B)
----package.json(2KB)
----package-lock.json(245KB)
----.travis.yml(68B)
----CONTRIBUTING.md(914B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----index.js(2KB)
----CHANGELOG.md(12KB)
----notifiers()
--------balloon.js(4KB)
--------notifysend.js(2KB)
--------toaster.js(4KB)
--------growl.js(2KB)
--------notificationcenter.js(3KB)
----node-notifier_flow.png(20KB)
----README.md(17KB)
----vendor()
--------terminal-notifier-LICENSE(1KB)
--------snoreToast()
--------mac.noindex()
--------notifu()
----example()
--------forceBallon.js(238B)
--------mac.png(13KB)
--------coulson.jpg(31KB)
--------windows.png(16KB)
--------input-example.gif(527KB)
--------toaster-with-actions.js(775B)
--------toaster.js(510B)
--------advanced.js(537B)
--------macInput.js(874B)
--------windows-actions-example.gif(437KB)
--------message.js(286B)
--------growl.png(16KB)
----lib()
--------checkGrowl.js(540B)
--------utils.js(14KB)
----DECISION_FLOW.md(440B)
----.npmignore(64B)
----test()
--------balloon.js(5KB)
--------_test-utils.js(369B)
--------_test-matchers.js(644B)
--------index.js(1KB)
--------toaster.js(10KB)
--------growl.js(1KB)
--------utils.js(3KB)
--------notify-send.js(3KB)
--------fixture()
--------terminal-notifier.js(8KB)
----.prettierrc(73B)

网友评论