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');License MIT License