Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aburdulescu/cl

Color text lines using regular expressions
https://github.com/aburdulescu/cl

command-line-tool golang regular-expression

Last synced: about 2 months ago
JSON representation

Color text lines using regular expressions

Awesome Lists containing this project

README

        

# cl
`cl` is a tool that takes one or more group(s) of color/pattern(regular expression)
and applies these rules on the given input(a file or piped through stdin) by
coloring the part of the input that matches the given pattern with the given color.

## Install
- install golang
- then run
```
go install bandr.me/p/cl@latest
```