-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharvis-workflow.json
29 lines (29 loc) · 1.02 KB
/
arvis-workflow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://raw.githubusercontent.com/jopemachine/arvis-extension-validator/master/workflow-schema.json",
"creator": "jopemachine",
"name": "arvis-simple-naver-search",
"enabled": true,
"description": "Simple naver search workflow for Arvis",
"readme": "Simple cross-platform Naver search workflow for Arvis",
"version": "0.0.8",
"webAddress": "https://github.com/jopemachine/arvis-simple-naver-search",
"defaultIcon": "icon.png",
"commands": [
{
"type": "scriptFilter",
"title": "ns",
"command": "ns",
"scriptFilter": "node index.js '{query}'",
"runningSubtext": "Searching...",
"withspace": true,
"argType": "required",
"actions": [
{
"type": "open",
"modifiers": "normal",
"target": "http://search.naver.com/search.naver?ie=utf8&sm=stp_hty&where=se&query={query}"
}
]
}
]
}