Some CLI utilities to combine within shell (inspired by Nushell).
shelltools use expr-lang/expr (see language definition).
For more advanced SQL related need, look at trdsql.
Available utilities:
- linetojson
- jsonwhere
- jsonorderby
- jsontransform
- jsontotable
- distinctline
- cmdforeach
Examples of basic usage (all command are self documented with --help
) :
Install via Homebrew
$ brew tap dvaumoron/tap
$ brew install shelltools
Or get the last binary depending on your OS.