Skip to content

Commit

Permalink
Update docs about cli tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 13, 2016
1 parent bf6e33f commit 24aeedf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -58,19 +58,18 @@ puts color?

## Command line tool

**TTY::Color** comes with a command line tool to detect color support in terminal. The results are redirected to standard output.
[tty-color-cli](https://github.com/peter-murach/tty-color-cli) is a command line tool for the **TTY::Color**.

To check if terminal supports colors do:

```bash
color
color -s
color --support
```

and to check number of colors:
and to check color mode:

```bash
color -m
color --mode
```

## Contributing
Expand Down

0 comments on commit 24aeedf

Please sign in to comment.