chore: readme update

main
Guilian 2025-01-19 16:42:22 +01:00
parent abacff6ec9
commit 17f29dbfef
Signed by: Guilian
GPG Key ID: B86CC9678982ED8C
1 changed files with 1 additions and 0 deletions

View File

@ -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 ?