From 9c14a998c2c2ace1fec4eb7c79de369b81f65718 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Thu, 13 Jun 2024 15:09:06 +0900 Subject: [PATCH] new: Add `proto plugin zellij` command. (#510) --- registry/data/third-party.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 47d9e236b..37eec4cd6 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -798,6 +798,20 @@ "wizer" ] }, + { + "id": "zellij", + "locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/zellij/plugin.toml", + "format": "toml", + "name": "Zellij", + "description": "Zellij is a terminal workspace.", + "author": "appthrust", + "homepageUrl": "https://github.com/appthrust/proto-toml-plugins", + "repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/zellij", + "devicon": "zellij", + "bins": [ + "zellij" + ] + }, { "id": "zig", "locator": "https://raw.githubusercontent.com/stk0vrfl0w/proto-toml-plugins/main/plugins/zig.toml",