clack icon indicating copy to clipboard operation
clack copied to clipboard

Sort of like jq or maybe ack but for Clojure

Results 4 clack issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade jsonparse from 1.2.0 to 1.3.1. :information_source: Keep your dependencies up-to-date....

Hi @clumsyjedi how to Using clack with bash to run command for each object in array? example: $ cat x.json | clack -i js :str-lists [ "a" "b" "c" ]...

currently we are generating an unoptimised cljs core file, which is about 1MB in size, and will significantly affect runtime, particularly when commands are chained using shell `|` pipes.

Allow users to provide a ~/clackrc.cljs file, that could contain their own fn's for use in -e, -f etc. Ideally, this file would be loaded without any prompt from the...

enhancement