clz

Crates.ioclz
lib.rsclz
version0.1.0
sourcesrc
created_at2022-07-31 19:47:37.42453
updated_at2022-07-31 19:47:37.42453
descriptioncolorize text that matches a pattern
homepage
repositoryhttps://github.com/adamlouis/clz
max_upload_size
id636290
size74,758
(adamlouis)

documentation

README

clz

colorize text that matches a pattern

usage

clz <regex> [black|red|green|yellow|blue|magenta|cyan|white]

example

cat README.md | clz 'u[a-zA-Z]+e' | clz 'c.?z' red | clz colorize yellow | clz text magenta | clz regex cyan

image of clz output in a terminal

Commit count: 12

cargo fmt