htex

simple incorrect html parser
git clone git://git.relim.de/htex.git
Log | Files | Refs | README

commit 8eb91720318adc1a4f331b22936b3461917af203
parent 61c3a984fcc4c5dd6ed8d6043cb58e9e0ab7fb59
Author: Robin <kroekerrobin@gmail.com>
Date:   Thu, 17 Aug 2023 06:51:36 +0200

Add example

Diffstat:
Mhtex.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htex.1 b/htex.1 @@ -34,7 +34,7 @@ Prints everything except the found html tags' outerHTML. .RS 4 cat test.html | htex -o innerhtml ".o-headline" -htex span test.html +htex span test.html | htex -e div htex -o innertext "input[name=blub]" test.html