diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2016-09-14 00:02:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 09:46:42 +0700 |
commit | 83cabfa264906b370e15d6b51ccf4332cc15617a (patch) | |
tree | 8f2f7e5dd09abd7e4b908cc41d135b1c8a118fa8 /system/jsawk/slack-desc | |
parent | 0279cff648b8ebd22af16fc20a6e46e950426803 (diff) | |
download | slackbuilds-83cabfa264906b370e15d6b51ccf4332cc15617a.tar.gz |
system/jsawk: Added (like awk, but for JSON).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jsawk/slack-desc')
-rw-r--r-- | system/jsawk/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/jsawk/slack-desc b/system/jsawk/slack-desc new file mode 100644 index 0000000000..b60e123345 --- /dev/null +++ b/system/jsawk/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +jsawk: jsawk (like awk, but for JSON) +jsawk: +jsawk: You work with an array of JSON objects read from stdin, filter them +jsawk: using JavaScript to produce a results array that is printed to stdout +jsawk: +jsawk: +jsawk: +jsawk: +jsawk: https://github.com/micha/jsawk +jsawk: +jsawk: |