branches: front
Clone
clone: git://shithub.us/nikita/hl gits://shithub.us/nikita/hl
push: hjgit://shithub.us/nikita/hl
patches to: spicycoldnoodles@Gmail.com
Last commit
dc2d2e42
– demyxology <spicycoldnoodles@gmail.com>
authored
on 2025/01/02 18:03
highlight text based on regex
About
Simple highlighter tool to be used with my patched version of lola. Reads from stdin, either use with no args to highlight the entire text or specify a regex to highlight. You probably shouldn't use this.
Usage:
echo hi | hl # Highlights the entire string
cal | hl `{date -f 'D' } # Highlight the day of the month
In this ^ example, lmk if you find a way to not accidentally highlight the year, etc. too.