-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaultMenu.json
45 lines (45 loc) · 939 Bytes
/
defaultMenu.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"text": "Example",
"items": [
{
"text": "Item one",
"path": "C:\\Windows\\notepad.exe"
},
{
"text": "Item w/o process"
},
"separator",
{
"text": "Menu one",
"icon": "C:\\Windows\\System32\\imageres.dll,17",
"items": [
{
"text": "Sub-item one",
"path": "C:\\Windows\\System32\\cmd.exe",
"args": "/k title Terminal & prompt %username%@%userdomain%:~$$ ",
"workDir": "C:\\"
}
]
}
]
},
{
"path": "C:\\",
"mask": [
"*"
],
"items": [
{
"text": "Just an entry above folder content",
"icon": "C:\\Windows\\System32\\imageres.dll,56"
}
],
"maxDepth": 1,
"showHiddenFiles": false,
"showHiddenFolders": false,
"showOnlyFiles": false,
"showOnlyFolders": true,
"sortByName": true
}
]