commit 710f03271e34157d1d7575cd3b3a172d243b4781
parent e568398b7d7a577c6f63ed6e4facfcde93037edd
Author: Lukas Henkel <lh@entf.net>
Date: Mon, 17 Jun 2019 22:14:58 +0200
Add htmlselect to README
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -6,6 +6,7 @@ This is a collection of utilities to manipulate HTML documents.
- 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
+- htmlselect: prints all elements matching a selector from an HTML document
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