Skip to content

4rbor/tq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tq release build status

Command line TOML processor

Installation

$ brew tap 4rbor/tq
$ brew install tq

Eventually, after several of the currently missing features are implemented we may try to get this library into the homebrew-core formula, but for now you can use our custom tap.

Example File Inputs

# With standard input / bash piping
$ cat Cargo.toml | tq '.'
# With file argument
$ tq -f Cargo.toml '.'
$ tq --file Cargo.toml '.'

Current Missing Features

Today only the basics of tq exist, but contributions are welcome! What's next?