sgreben / jp

dead simple terminal plots from JSON data. single binary, no dependencies. linux, osx, windows.
MIT License
1.32k stars 33 forks source link

Eliminate some useless uses of cat #19

Closed gsauthof closed 5 years ago

gsauthof commented 5 years ago

In the examples, the cat doesn't concatenate anything. Thus, a std-input redirection is more efficient and idiomatic.

sgreben commented 5 years ago

LGTM, merged!