echobar
v1.0.0
Published
Print text onto your macOS's status bar
Downloads
1
Readme
echobar
Print text onto your macOS's status bar.
Installation
Install the macOS app first.
npm install -g echobar
CLI Usage
echobar "hello world"
echo "hello world" | echobar
API
const echobar = require('echobar');
echobar('hello world');