arcus 0.1.0

Decorates stdin with gradients made of 24-bit ANSI color codes.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arcus

Decorates stdin with gradients made of 24-bit ANSI color codes.

## Install

  ```shell
  cargo install arcus
  ```

## Examples

  ```shell
  echo highlighted text | arcus 00ff00 0000ff
  ```