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