1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

Added insert text button script

This commit is contained in:
Maboroshy 2017-07-23 15:15:27 +03:00 committed by GitHub
parent b85e0f8cf1
commit ba0b27fbcc
2 changed files with 62 additions and 0 deletions

10
insert-text/info.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "Insert text button",
"identifier": "insert-text",
"script": "insert-text.qml",
"authors": ["@Maboroshy"],
"platforms": ["linux", "macos", "windows"],
"version": "0.0.1",
"minAppVersion": "17.05.8",
"description" : "Simple script, that creates a button and a context menu item that insert text, defined in the script settings."
}