Ah, delta is missing! Right from the docs, it's "[a] syntax-highlighting pager for git, diff, and grep output".

[1] https://github.com/dandavison/delta

(edit: nevermind, somehow I missed it)

Ah, htmlq [1] is a missing one that's not on the list!

Straight from the repo: "Like jq, but for HTML."

I find it useful for quickly hacking scripts together and exploring data. Very useful for the iterative process of finding good CSS selectors with the data that I can get without javascript running.

--- [1] https://github.com/mgdm/htmlq