Skip to content

Commit

Permalink
new: Add proto plugin gh command. (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn authored Jun 13, 2024
1 parent d9452b7 commit 5d0792c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,20 @@
"fly"
]
},
{
"id": "gh",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/gh/plugin.toml",
"format": "toml",
"name": "GitHub CLI",
"description": "gh is GitHub on the command line.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/gh",
"devicon": "github",
"bins": [
"gh"
]
},
{
"id": "gitleaks",
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/gitleaks/plugin.toml",
Expand Down

0 comments on commit 5d0792c

Please sign in to comment.