-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
196 lines (196 loc) · 4.4 KB
/
en-US.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"root": [
{
"name": "sp",
"tip": [
"split-pane\n",
"Create a new split pane"
],
"options": [
{
"name": "-p",
"next": 0,
"tip": [
"U: -p <profile>\n",
"Start the terminal with the specified configuration file\n",
"E: -p \"PowerShell\" --- Start with PowerShell"
]
},
{
"name": "-d",
"next": 0,
"tip": [
"U: -d <dir>\n",
"Specify the startup directory\n",
"E: -d \"D:\\\" --- Start from D drive"
]
},
{
"name": "-M",
"tip": [
"Launch window in maximized mode"
]
},
{
"name": "-f",
"tip": [
"Launch window in Focus mode"
]
},
{
"name": "-F",
"tip": [
"Launch window in full screen mode"
]
},
{
"name": "--pos",
"next": 0,
"tip": [
"Specify the location of the terminal in the format \"x,y\"\n",
"(The upper left corner of the screen is the origin: x is 0, y is 0)\n",
"E: --pos 100,200 --- Start at x 100, y 200."
]
},
{
"name": "--size",
"next": 0,
"tip": [
"Specify the number of columns and rows for the terminal in the format \"column,row\"\n",
"E: --size 80,25 --- Start with 80 columns and 25 rows"
]
},
{
"name": "-w",
"tip": [
"Specify the terminal window for running the given command line\n",
"E: -w 0 --- Run in the current window\n",
" -w 1 --- Run in the next window"
],
"next": [
{
"name": "0",
"tip": [
"Run in the current window"
]
},
{
"name": "1",
"tip": [
"Run in the next window"
]
}
]
}
]
}
],
"options": [
{
"name": "-p",
"next": 0,
"tip": [
"U: -p <profile>\n",
"Start the terminal with the specified configuration file\n",
"E: -p \"PowerShell\" --- Start with PowerShell"
]
},
{
"name": "-d",
"next": 0,
"tip": [
"U: -d <dir>\n",
"Specify the startup directory\n",
"E: -d \"D:\\\" --- Start from D drive"
]
},
{
"name": "-M",
"tip": [
"Launch window in maximized mode"
]
},
{
"name": "-f",
"tip": [
"Launch window in Focus mode"
]
},
{
"name": "-F",
"tip": [
"Launch window in full screen mode"
]
},
{
"name": "--pos",
"next": 0,
"tip": [
"Specify the location of the terminal in the format \"x,y\"\n",
"(The upper left corner of the screen is the origin: x is 0, y is 0)\n",
"E: --pos 100,200 --- Start at x 100, y 200."
]
},
{
"name": "--size",
"next": 0,
"tip": [
"Specify the number of columns and rows for the terminal in the format \"column,row\"\n",
"E: --size 80,25 --- Start with 80 columns and 25 rows"
]
},
{
"name": "-w",
"tip": [
"Specify the terminal window for running the given command line\n",
"E: -w 0 --- Run in the current window\n",
" -w 1 --- Run in the next window"
],
"next": [
{
"name": "0",
"tip": [
"Run in the current window"
]
},
{
"name": "1",
"tip": [
"Run in the next window"
]
}
]
},
{
"name": "-v",
"alias": [
"--version"
],
"tip": [
"U: -v|--version\n",
"Display the version"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"Print this help message and exit"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/microsoft/terminal",
"description": [
"Windows Terminal command line.\n",
"You can use it to start a terminal."
]
}
}
}