From 8bf7b2def117ea840e1cc4d2af3640c0ddf04550 Mon Sep 17 00:00:00 2001 From: Markus Date: Wed, 18 Oct 2023 18:14:25 +0100 Subject: [PATCH] readme: document HTML support --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52b2b3e..7a4abbd 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ cq aims to: - CSV - Cognitec's Transit format - Text (raw and line-separated) + - HTML (via Hickory) - [Various reader macros](#reader-macros) that make writing queries easier - [Threading macro redirection](#threading-macro-redirection) reduces need for parentheses - Coloured output / syntax highlig for EDN output @@ -73,8 +74,8 @@ Examples printf 'http://example.com/some/path' | cq -i text -- '-> str/upper-case (str/split #"/") ->> (map str/reverse)' Options: - -i, --in FORMAT yaml Input format: csv, edn, json, lines, msgpack, text, transit, yaml - -o, --out FORMAT edn Output format: csv, edn, json, lines, msgpack, text, transit, yaml + -i, --in FORMAT yaml Input format: csv, edn, json, lines, msgpack, text, transit, yaml, html + -o, --out FORMAT edn Output format: csv, edn, json, lines, msgpack, text, transit, yaml, html -p, --[no-]pretty Pretty print output - default is true --color COLOR auto When pretty printing, whether to use colors: auto, off, on - default is auto -c Same as --color=on @@ -182,7 +183,7 @@ E.g. this is pretty fast ## TODO -- maybe [HTML](https://github.com/davidsantiago/hickory) & Parquet support +- maybe Parquet support ## Acknowledgements