Skip to content

logileifs/shellson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published