From dcdb91cb4ce7103ef24851a960526f0b0cf8a49f Mon Sep 17 00:00:00 2001 From: suin Date: Fri, 21 Jun 2024 15:16:22 +0900 Subject: [PATCH] new: Add `fzf` plugin. (#524) --- registry/data/third-party.json | 41 ++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index e58100a43..06b3ea7aa 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -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", @@ -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", @@ -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", @@ -868,4 +881,4 @@ ] } ] -} +} \ No newline at end of file