Add Prefixes to scripts #6

Merged
sriramsv merged 2 commits from add-prefixes into master 2022-08-29 01:53:05 -04:00
4 changed files with 4 additions and 2 deletions
Showing only changes of commit 2aff40924e - Show all commits

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"