Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 293 Bytes

shellson

JSON command line parser

Usage

$ echo '{"key1": "value1"}' | shellson get key1
"value1"

$ cat data.json | shellson get key1
"value1

$ echo '{"key1": {"key2": "value1"}}' | shellson get key1 | shellson get key2
"value1"

Install

$ pip install shellson