Skip to content

Tags: markus-wa/cq

Tags

2024.06.24-12.10

Toggle 2024.06.24-12.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #25 from farcaller/data

Export the clojure.data.* into sci

2024.02.13-23.14

Toggle 2024.02.13-23.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #23 from pedromanoel/main

Allow reading custom reader macros from EDN input

2023.11.30-14.56

Toggle 2023.11.30-14.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
readme: document date parsing #21

2023.10.18-18.12

Toggle 2023.10.18-18.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from reedho/html-support

html-support (with hickory)

2022.11.14-14.16.12

Toggle 2022.11.14-14.16.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: upgrade clj-yaml (security fixes)

2022.10.31-14.22.10

Toggle 2022.10.31-14.22.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Autodetect color (#20)

* fix: use keyword for default value

Parsing doesn't happen on default values, so we must provide the
correct format default value.

* feat: autodetect color

We can now automatically detect if we should use color when printing.

Mostly color will be set to off when cq is used in a pipe, because a
console is not available. This can be forced on with the command-line flags.

* chore: bump org.clojure/tools.cli to the latest version

2022.10.12-14.51.05

Toggle 2022.10.12-14.51.05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: pretty printing without color (#16)

Introduce a new flag `--color` that decides whether colors are printed
while pretty-printing is on. Valid values are `on`, `off` and `auto`,
which is the default. In the future, there is the possibility of
autodetecting from TTY settings, but at the time of writing `auto`
means `on`.

The flags `-c` and `-C` can also be used to toggle color on/off respectively.

NB: Currently, only applies to EDN printing.

Additionally tests the pretty-printing with multiple line case, and
ANSI color escape sequences.

2022.08.29-21.25.40

Toggle 2022.08.29-21.25.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add explicit reflection configuration for msgpack (#14)

Resolves #13

2022.01.26-15.35.00

Toggle 2022.01.26-15.35.00's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
markus-wa Markus
core: load third party libs under full namespace and add aliases

2022.01.21-16.20.00

Toggle 2022.01.21-16.20.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
readme: update features section