22 lines
351 B
TOML
22 lines
351 B
TOML
|
|
[[commands]]
|
||
|
|
id = "file_search"
|
||
|
|
type = "lua"
|
||
|
|
script = "search.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 15000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = [
|
||
|
|
"найди файл",
|
||
|
|
"поиск файла",
|
||
|
|
"ищи файл",
|
||
|
|
"где файл",
|
||
|
|
"найди документ",
|
||
|
|
]
|
||
|
|
en = [
|
||
|
|
"find file",
|
||
|
|
"search file",
|
||
|
|
"where is file",
|
||
|
|
"locate file",
|
||
|
|
]
|