Proofread a webpage

tezcatl · lingua ●○○

Render a page, strip the markup, and run the text through macOS's built-in grammar checker — the same engine behind TextEdit's squiggles. Swap grammar for spell to catch typos instead. Exits non-zero when it finds something, so it slots straight into CI.

$ tezcatl https://less.software | strip-tags | lingua grammar
grammar: The word ‘teams’ may not agree with the rest of the sentence. [64,5] grammar: This may be a sentence fragment. [1319,33]
Requires: tezcatl, strip-tags, lingua 0.3+