Skip to content

Commit

Permalink
new: Add proto plugin jq command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Jun 13, 2024
1 parent 9609fff commit 845328e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,19 @@
"infisical"
]
},
{
"id": "jq",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/jq/plugin.toml",
"format": "toml",
"name": "jq",
"description": "jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/jq",
"bins": [
"jq"
]
},
{
"id": "jira",
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/jira/plugin.toml",
Expand Down

0 comments on commit 845328e

Please sign in to comment.