Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

echobar

oxoooo8MIT1.0.0

Print text onto your macOS's status bar

mac, status, echo

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

License

MIT License