Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 936 Bytes

shelltools

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:

  1. linetojson
  2. jsonwhere
  3. jsonorderby
  4. jsontransform
  5. jsontotable
  6. distinctline
  7. cmdforeach

Examples of basic usage (all command are self documented with --help) :

Getting started

Install via Homebrew

$ brew tap dvaumoron/tap
$ brew install shelltools

Or get the last binary depending on your OS.