htmltools

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

commit acb1b50c425833e1e92883c20c663f02b175a065
parent 8024985b34f00f9f06197e8d6d7a914c8873d6c6
Author: Lukas Henkel <lh@entf.net>
Date:   Tue, 16 Feb 2021 20:12:52 +0100

Add htmlattr to readme

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -8,6 +8,7 @@ This is a collection of utilities to manipulate HTML documents. 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 +- htmlattr: print attributes of top level 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