Crates.io | clz |
lib.rs | clz |
version | 0.1.0 |
source | src |
created_at | 2022-07-31 19:47:37.42453 |
updated_at | 2022-07-31 19:47:37.42453 |
description | colorize text that matches a pattern |
homepage | |
repository | https://github.com/adamlouis/clz |
max_upload_size | |
id | 636290 |
size | 74,758 |
colorize text that matches a pattern
clz <regex> [black|red|green|yellow|blue|magenta|cyan|white]
cat README.md | clz 'u[a-zA-Z]+e' | clz 'c.?z' red | clz colorize yellow | clz text magenta | clz regex cyan