borkdude/jet

Perhaps sort would be a useful addition?

holyjak opened this issue · 2 comments

I think that adding sort (and sort-by) might be useful additions, if it is low-effort.

My use case: check what aliases are avail. in Practicalli's deps.edn: cat deps.edn | jet -q ':aliases keys'

Feel free to add.
You can also just use the -f option:

cat deps.edn | jet -f '#(-> % :aliases keys sort)'

Ah, cool, I have not noticed -f!