Skip to content

dvaumoron/shelltools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.