@neos21/simple-notify
v0.0.0
Published
Simple Notify
Downloads
2
Readme
@neos21/simple-notify : Simple Notify
デスクトップ通知を発信するコマンドラインツール。Windows・MacOS・Linux に対応。
How To Use
$ npm install -g @neos21/simple-notify
$ simple-notify 'My Message'
- Windows : PowerShell より
ToastNotification
を実行する- Command Prompt・PowerShell・GitBash・WSL からの呼び出しを検証済
- MacOS : AppleScript より
display notification
を実行する - Linux :
notify-send
コマンドを実行する (Ubuntu 環境などであればプリインストールされている)