mirror of
https://github.com/Priler/jarvis.git
synced 2026-05-26 07:08:11 +00:00
62 lines
1.0 KiB
YAML
62 lines
1.0 KiB
YAML
list:
|
|
- command:
|
|
action: ahk
|
|
exe_path: ahk/Run browser.exe
|
|
voice:
|
|
sounds:
|
|
- ok1
|
|
- ok2
|
|
- ok3
|
|
phrases:
|
|
- открой браузер
|
|
- запусти браузер
|
|
- открой хром
|
|
- гугл хром
|
|
|
|
- command:
|
|
action: ahk
|
|
exe_path: ahk/Run website.exe
|
|
exe_args:
|
|
- http://google.com
|
|
voice:
|
|
sounds:
|
|
- ok1
|
|
- ok2
|
|
- ok3
|
|
- ok4
|
|
phrases:
|
|
- открой гугл
|
|
- запусти гугл
|
|
- перейди в гугл
|
|
|
|
- command:
|
|
action: ahk
|
|
exe_path: ahk/Run website.exe
|
|
exe_args:
|
|
- http://youtube.com
|
|
voice:
|
|
sounds:
|
|
- ok1
|
|
- ok2
|
|
- ok3
|
|
- ok4
|
|
phrases:
|
|
- открой ютуб
|
|
- ютуб
|
|
- запусти ютуб
|
|
|
|
- command:
|
|
action: ahk
|
|
exe_path: ahk/Run website.exe
|
|
exe_args:
|
|
- https://translate.google.com
|
|
voice:
|
|
sounds:
|
|
- ok1
|
|
- ok2
|
|
- ok3
|
|
- ok4
|
|
phrases:
|
|
- открой переводчик
|
|
- переводчик
|
|
- запусти переводчик |