Categorygithub.com/dvaumoron/shelltools
repository
0.1.7
Repository: https://github.com/dvaumoron/shelltools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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. cmdwithall
  8. 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.