0.0.0 • Published 2 years ago

@neos21/simple-notify v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@neos21/simple-notify : Simple Notify

NPM Version GPR Version

デスクトップ通知を発信するコマンドラインツール。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 環境などであればプリインストールされている)

Links