Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Neos21/simple-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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