index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
jsontools
Age
Commit message (
Expand
)
Author
2022-04-09
fix: use `python3` for all `python` invocations (#10832)
Carlo Sala
2021-10-05
fix(jsontools): fix broken conditional in zsh 5.0.2 (#10262)
Marc Cornellà
2021-09-22
feat(jsontools): add tools to pretty print json-lines (ndjson) (#10176)
Eduardo Flores
2021-09-22
refactor(jsontools): move to functions, align `is_json` tool to return exit code
Marc Cornellà
2021-09-22
refactor(jsontools): restructure and simplify logic
Marc Cornellà
2020-04-26
jsontools: correct usage for is_json (#8857)
Tapan Avasthi
2020-03-11
Clean up plugin READMEs and a few plugins
Marc Cornellà
2019-11-21
Remove current directory from sys.path in python invocations (#8408)
Marc Cornellà
2014-03-27
adding urldecode_json to compliment urlencode_json and updating readme.md; sl...
Bob Williams
2014-03-26
adding urlencode_json and associated README.md details
Bob Williams
2014-03-25
adding the is_json tool and associated readme.md details
Bob Williams
2014-03-24
adding xargs -0 to node aliases
Bob Williams
2014-03-24
updated readme.md and using tab char for formatting with node
Bob Williams
2014-03-24
bug fix for node pp_json version
Bob Williams
2014-03-23
updating README.md
Bob Williams
2014-03-23
adding README.md for jsontools
Bob Williams
2014-02-27
adding support for node
Bob Williams
2014-02-26
Adds command line aliases useful for dealing with JSON
Bob Williams