Add Prefixes to scripts

This commit is contained in:
sriramsv
2022-08-28 11:54:01 -07:00
parent 6b5a4c115c
commit 2aff40924e
4 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "navigate"
text_from = ""
text_to = ""

View File

@@ -4,6 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "ip"
local md_color = require "md_colors"
local blue = md_colors.blue_500

View File

@@ -4,7 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "qr"
qr_code_url = "https://api.qrserver.com/v1"
text_from = ""

View File

@@ -4,7 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "share"
local md_color = require "md_colors"