Allow directly pasting the gitmoji

This commit is contained in:
2026-06-30 17:19:50 +02:00
parent 27fc7d3ec4
commit 2969af132f
2 changed files with 33 additions and 12 deletions
+9
View File
@@ -30,6 +30,15 @@
{ "title": "Gitmoji Code", "value": "code" }
],
"default": "emoji"
},
{
"name": "directPaste",
"title": "Direct Paste",
"description": "Paste the gitmoji directly into the focused app instead of copying to the clipboard.",
"required": false,
"type": "checkbox",
"label": "Paste directly into the focused app",
"default": false
}
],
"scripts": {