amarao / json4shell

[Abandoned project] Set of utilities for shell for json processing
GNU General Public License v3.0
19 stars 5 forks source link

Various improvements #4

Closed noway closed 10 years ago

noway commented 10 years ago

Now json4shell outputs json instead of python object representation. ls2json also working. This is what it could do now:

[~/dev/json4shell]% ./ls2json | ./json4shell object-keys  | ./json4shell array-sort
[
    ".git", 
    ".gitignore", 
    "LICENSE", 
    "README.md", 
    "docs", 
    "json4shell", 
    "jsonops_tests.py", 
    "lib", 
    "ls2json"
]

And much more improvements.