jet
jet copied to clipboard
CLI to transform between JSON, EDN, YAML and Transit using Clojure
Looks like a refactoring issue between changing from .zip to .tar.gz. I have a PR incoming for this...
Also should make sure it works together well with transit
Hello, I think babashka supports yaml now, do you think it would make sense to extend the format to YAML? It might be useful for everyone working with k8s or...
Hi there, wanted to set a reminder for myself to work on an [asdf](https://asdf-vm.com/) plugin for `jet` (and `babashka` later on). I have run across `asdf` some time ago, it's...
How do you feel about `jet` having a config file where certain default options/preferences can be specified? > What's the benefit? For example input and out formats by default are...
What are your thoughts on having a man page for `jet(1)` ? A tool like this https://git.sr.ht/%7Esircmpwn/scdoc/ could be used to re-purpose the existing documentation and add it to the...
Tried writing a little transformer that was going to use `update-vals`, but it seems to be missing from Jet! Similar story to other functions added in Clojure 1.11 such as...
It would be great to be able to limit the width of lines when pretty-printing edn, so that eg ```edn {:foo {:bar [42 43]} ``` became ``` {:foo {:bar [42...