htmltools

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

commit 346042b30ae0adfd8c2515b170eceffa7c2ad7e1
parent 9c138feb91a71e0812d08c0479acc1db1d1c2ec7
Author: Lukas Henkel <lh@entf.net>
Date:   Fri,  3 May 2019 19:20:14 +0200

Add README

Diffstat:
AREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +# htmltools + +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 + +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 +subfolders.