summaryrefslogtreecommitdiff
path: root/textproc/html-query/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/html-query/pkg-descr')
-rw-r--r--textproc/html-query/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/html-query/pkg-descr b/textproc/html-query/pkg-descr
new file mode 100644
index 000000000000..1941a18d8dfa
--- /dev/null
+++ b/textproc/html-query/pkg-descr
@@ -0,0 +1,5 @@
+jq, but for HTML.
+
+`hq` reads HTML and converts it into a JSON object based on a series of CSS
+selectors. The selectors are expressed in a similar way to JSON, but where the
+values are CSS selectors.