Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aburdulescu/cl
- Owner: aburdulescu
- License: mit
- Created: 2019-05-07T12:56:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T21:50:13.000Z (over 2 years ago)
- Last Synced: 2024-07-25T22:55:24.724Z (6 months ago)
- Topics: command-line-tool, golang, regular-expression
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```