unotify-for-termux
v0.3.7
Published
Command-line UniversalNotification notifier for Termux.
Readme
unotify for Termux
Command-line UniversalNotification notifier for Termux.
Requirements
Install
npm install --global unotify-for-termux
# or
yarn global add unotify-for-termuxInstall from source
yarn install
yarn build
yarn global add "file:$(pwd)"Usage
unotify parses the text stream line by line from stdin.
echo '{ "message": "Hello World" }' | unotifyExample of working with sse-cat.
sse-cat 'http://localhost:8080/sse' | unotify