Skip to content

Commit

Permalink
new: Add fzf plugin. (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
suin authored Jun 21, 2024
1 parent 366d65c commit dcdb91c
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,6 @@
"caddy"
]
},
{
"id": "cue",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/cue/plugin.toml",
"format": "toml",
"name": "CUE",
"description": "CUE makes it easy to validate data, write schemas, and ensure configurations align with policies.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/cue",
"bins": [
"cue"
]
},
{
"id": "cmake",
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/cmake/plugin.toml",
Expand Down Expand Up @@ -162,6 +149,19 @@
"cosign"
]
},
{
"id": "cue",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/cue/plugin.toml",
"format": "toml",
"name": "CUE",
"description": "CUE makes it easy to validate data, write schemas, and ensure configurations align with policies.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/cue",
"bins": [
"cue"
]
},
{
"id": "dagger",
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/dagger/plugin.toml",
Expand Down Expand Up @@ -228,6 +228,19 @@
"fly"
]
},
{
"id": "fzf",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/fzf/plugin.toml",
"format": "toml",
"name": "fzf",
"description": "fzf is a general-purpose command-line fuzzy finder.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/fzf",
"bins": [
"fzf"
]
},
{
"id": "gh",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/gh/plugin.toml",
Expand Down Expand Up @@ -868,4 +881,4 @@
]
}
]
}
}

0 comments on commit dcdb91c

Please sign in to comment.