Skip to content

sachaos/jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jl (JSON by line)

Convert to JSON Lines from STDOUT.

The main purpose is pre-process output from UNIX command to query by jq.

Example

$ ps aux | jl --header | jq -r ".USER" | sort | uniq
...
root
sachaos

Install

$ git clone https://github.com/sachaos/jl.git
$ cd jl
$ go install

About

Convert to JSON Lines from STDOUT.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages