From 17f29dbfef238246c9bfece08641bd9a016f0f51 Mon Sep 17 00:00:00 2001 From: Guilian Date: Sun, 19 Jan 2025 16:42:22 +0100 Subject: [PATCH] chore: readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73c0433..2d7f6c5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Supported combinators are all the "basic" ones: ### TODO +- [ ] `--text` option to only get the text in the matched elements - [ ] Universal selector (`*` to match any element) - [ ] Attribute selectors (`[attr="value"]`) - [ ] A way to "group" selectors, e.g. `aside {p, footer}` to select all `p`s and `footer`s in `aside`s ?