htmltools

Various command line tools to transform HTML documents
git clone git://git.entf.net/htmltools
Log | Files | Refs | README | LICENSE

commit 25f2ba4f6785eb1c0ea9f23cb1a3702a4c4825f3
parent db65ee451af79646fc180dbfdfbcf6f78db94497
Author: Lukas Henkel <lh@entf.net>
Date:   Mon, 17 Aug 2020 18:50:32 +0200

Update README

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -5,8 +5,9 @@ This is a collection of utilities to manipulate HTML documents. - htmltotext: removes all tags from an HTML document leaving only the text nodes - htmlremove: removes elements matching a selector from an HTML document - htmlunwrap: removes elements matching a selector from an HTML document and - replacing them with their child nodes + replaces them with their child nodes - htmlselect: prints all elements matching a selector from an HTML document +- htmlindentheadings: indents (shifts) all h1-h7 elements by some level You can find more info on how to use these tools in their [scdoc](https://git.sr.ht/~sircmpwn/scdoc) documents found in their respective