Merge pull request #6 from sriramsv/add-prefixes
Add Prefixes to scripts
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
-- type = "search"
|
-- type = "search"
|
||||||
-- author = "Sriram SV"
|
-- author = "Sriram SV"
|
||||||
-- version = "1.0"
|
-- version = "1.0"
|
||||||
|
-- prefix = "navigate"
|
||||||
|
|
||||||
text_from = ""
|
text_from = ""
|
||||||
text_to = ""
|
text_to = ""
|
||||||
@@ -17,7 +18,7 @@ local blue = md_colors.light_blue_800
|
|||||||
function on_search(input)
|
function on_search(input)
|
||||||
text_from = input
|
text_from = input
|
||||||
text_to = ""
|
text_to = ""
|
||||||
search:show({..input},{blue})
|
search:show({input},{blue})
|
||||||
end
|
end
|
||||||
|
|
||||||
function on_click(idx)
|
function on_click(idx)
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
-- type = "search"
|
-- type = "search"
|
||||||
-- author = "Sriram SV"
|
-- author = "Sriram SV"
|
||||||
-- version = "1.0"
|
-- version = "1.0"
|
||||||
|
-- prefix = "ip"
|
||||||
|
|
||||||
local md_color = require "md_colors"
|
local md_color = require "md_colors"
|
||||||
local blue = md_colors.blue_500
|
local blue = md_colors.blue_500
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
-- type = "search"
|
-- type = "search"
|
||||||
-- author = "Sriram SV"
|
-- author = "Sriram SV"
|
||||||
-- version = "1.0"
|
-- version = "1.0"
|
||||||
|
-- prefix = "qr"
|
||||||
|
|
||||||
qr_code_url = "https://api.qrserver.com/v1"
|
qr_code_url = "https://api.qrserver.com/v1"
|
||||||
text_from = ""
|
text_from = ""
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
-- type = "search"
|
-- type = "search"
|
||||||
-- author = "Sriram SV"
|
-- author = "Sriram SV"
|
||||||
-- version = "1.0"
|
-- version = "1.0"
|
||||||
|
-- prefix = "share"
|
||||||
|
|
||||||
local md_color = require "md_colors"
|
local md_color = require "md_colors"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user