From c0c799b4ab0c45386e56fdb501fb9e32e135d395 Mon Sep 17 00:00:00 2001 From: Vianney Lecroart Date: Sun, 2 Jun 2024 11:24:09 +0200 Subject: [PATCH] Add hyper-decoratetabs plugin Decorate your hyper terminal tabs with color, image or emoji --- plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins.json b/plugins.json index 5d26feb6..ffe8a829 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,12 @@ [ + { + "name": "hyper-decoratetabs", + "description": "Decorate your hyper terminal tabs with color, image or emoji", + "type": "plugin", + "preview": "https://raw.githubusercontent.com/acemtp/hyper-decoratetabs/master/media/screen-shot.jpg", + "dateAdded": "1717320168237", + "featured": true + }, { "name": "hypercwd", "description": "Opens new tabs with the same directory as the current tab in Hyper for OS X, Linux, and Windows.",