summaryrefslogtreecommitdiff
path: root/plugins/jsontools/jsontools.plugin.zsh
AgeCommit message (Collapse)Author
2022-04-09fix: use `python3` for all `python` invocations (#10832)Carlo Sala
2021-10-05fix(jsontools): fix broken conditional in zsh 5.0.2 (#10262)Marc Cornellà
Fixes #10262
2021-09-22feat(jsontools): add tools to pretty print json-lines (ndjson) (#10176)Eduardo Flores
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-09-22refactor(jsontools): move to functions, align `is_json` tool to return exit codeMarc Cornellà
Also: - Fix Python code in accordance with Python 3 - Use CGI module in Ruby to encode/decode strings
2021-09-22refactor(jsontools): restructure and simplify logicMarc Cornellà
2019-11-21Remove current directory from sys.path in python invocations (#8408)Marc Cornellà
* Remove current directory from sys.path in python invocations
2014-03-27adding urldecode_json to compliment urlencode_json and updating readme.md; ↵Bob Williams
slight tweak to urlencode_json from previous commit
2014-03-26adding urlencode_json and associated README.md detailsBob Williams
2014-03-25adding the is_json tool and associated readme.md detailsBob Williams
2014-03-24adding xargs -0 to node aliasesBob Williams
2014-03-24updated readme.md and using tab char for formatting with nodeBob Williams
2014-03-24bug fix for node pp_json versionBob Williams
2014-02-27adding support for nodeBob Williams
2014-02-26Adds command line aliases useful for dealing with JSONBob Williams