Skip to content

Commit

Permalink
docs(readme): Link to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyRad committed Jan 22, 2024
1 parent f728c9e commit c8b42e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ echo "hello world" | quick-color '#0a0'

I had a hard time finding a binary that does this. Someone point it out if it exists.

The main goal is to produce colored terminal output for tailing log levels in a way that doesn't involve hard-to-understand escape sequences.
The main goal is to produce colored terminal output for tailing log levels in a way that doesn't use hard-to-understand escape sequences.

## Installation

See [releases](https://github.com/MattyRad/quick-color).

## Examples

```zsh
#!/usr/bin/env zsh
Expand Down

0 comments on commit c8b42e2

Please sign in to comment.