You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Ps: `ShioriEcho.GetName`, `ShioriEcho.End`, `ShioriEcho.TabPress` are optional
17
17
The ghost_terminal communicates with the ghost through `X-SSTP-PassThru-*` (see [document](http://ssp.shillest.net/ukadoc/manual/spec_shiori3.html))
18
18
See below for relevant conventions and examples
19
19
20
-
-`ShioriEcho`
20
+
-`ShioriEcho`
21
21
Event after the command entered
22
22
*`Reference0`
23
23
Commands collected by the terminal
@@ -41,14 +41,14 @@ See below for relevant conventions and examples
41
41
Charset: UTF-8
42
42
Value: \0\s[0] The execution result of the expression "\_q1000-7\_q" is:\n\_q993\nType: integer\_q\n\q[◇Copy result,OnCopy,"993"] \n\q[◇Copy expression,OnCopy,"1000-7"]\n\q[◇Execute Result as Sakura Script,OnSakuraScript,"993"]\n\n\q[◇Next Evaluation,OnCalculateVar ]\n\q[◇Cancel,Cancel]\n\eb25jZSBzbyBkaXNwb3NhYmxl
43
43
```
44
-
-`ShioriEcho.GetResult`
44
+
-`ShioriEcho.GetResult`
45
45
Query evaluation result event
46
46
* May return value 1
47
-
-`X-SSTP-PassThru-Result`
47
+
-`X-SSTP-PassThru-Result`
48
48
Display the content and enter the acquisition of the next command
49
-
-`X-SSTP-PassThru-Type` (optional)
49
+
-`X-SSTP-PassThru-Type` (optional)
50
50
Supplementary information: value type
51
-
-Example
51
+
-Example
52
52
```
53
53
// request
54
54
GET SHIORI/3.0
@@ -68,9 +68,9 @@ See below for relevant conventions and examples
68
68
X-SSTP-PassThru-Type: integer
69
69
```
70
70
* May return value 2
71
-
-`X-SSTP-PassThru-Special`
71
+
-`X-SSTP-PassThru-Special`
72
72
Display the content and enter the acquisition of the next command
73
-
-Example
73
+
-Example
74
74
```
75
75
// request
76
76
GET SHIORI/3.0
@@ -92,14 +92,14 @@ See below for relevant conventions and examples
92
92
- null
93
93
Wait for 1 second and re-initiate `ShioriEcho.GetResult`
94
94
* May return value 4
95
-
-**`SHIORI/3.0 400 Bad Request`**
95
+
-**`SHIORI/3.0 400 Bad Request`**
96
96
Display warning information and enter the acquisition of the next command
97
-
-`ShioriEcho.GetName`
97
+
-`ShioriEcho.GetName`
98
98
Event when ghost_terminal starts
99
99
* Return value
100
-
-`X-SSTP-PassThru-GhostName` (optional)
100
+
-`X-SSTP-PassThru-GhostName` (optional)
101
101
Display ghost name
102
-
-`X-SSTP-PassThru-UserName` (optional)
102
+
-`X-SSTP-PassThru-UserName` (optional)
103
103
Show username
104
104
* Example
105
105
```
@@ -120,14 +120,14 @@ See below for relevant conventions and examples
120
120
X-SSTP-PassThru-GhostName: Taromati2
121
121
X-SSTP-PassThru-UserName: steve
122
122
```
123
-
-`ShioriEcho.TabPress`
123
+
-`ShioriEcho.TabPress`
124
124
Event when the command is to be completed
125
125
*`Reference0`
126
126
Commands collected by the terminal (Just the part before the cursor, part after it is not passed)
127
127
*`Reference1`
128
128
The user presses tab several times in a row (starting value 0)
129
129
* Return value
130
-
-`X-SSTP-PassThru-Command` (optional)
130
+
-`X-SSTP-PassThru-Command` (optional)
131
131
Replace the command before the cursor with this content
132
132
* Example
133
133
```
@@ -187,14 +187,14 @@ See below for relevant conventions and examples
0 commit comments