3.0.0 • Published 3 years ago

anybar-cli v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

anybar-cli

Control the AnyBar app

npm.io

Install

$ npm install --global anybar-cli

Usage

$ anybar --help

  Usage
    $ anybar <status>

  Statuses
    white red orange yellow green cyan blue purple black question exclamation quit

  Options
    --port, -p  AnyBar.app port [Default: 1738]

  Example
    $ anybar purple

Also includes a binary to show whether a command exited successfully or with a failure.

$ anybar-exit ava test.js

If the AVA tests passes it will be green or red if they fail.

Related