Skip to content

Commit

Permalink
new: Add proto plugin jnv command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Jun 13, 2024
1 parent 9609fff commit c0af33e
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 @@ -363,6 +363,19 @@
"jira"
]
},
{
"id": "jnv",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/jnv/plugin.toml",
"format": "toml",
"name": "jnv",
"description": "jnv is designed for navigating JSON, offering an interactive JSON viewer and jq filter editor.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/jnv",
"bins": [
"jnv"
]
},
{
"id": "just",
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/just/plugin.toml",
Expand Down

0 comments on commit c0af33e

Please sign in to comment.