We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3fcdf commit a1fd003Copy full SHA for a1fd003
2 files changed
README.md
@@ -0,0 +1,25 @@
1
+## How to use
2
+
3
+### show thread
4
5
+```sh
6
+./gchan.sh show "thread name"
7
+```
8
9
+### create thread
10
11
12
+./gchan.sh create "thread name"
13
14
15
+### post message to thread
16
17
18
+./gchan.sh post "thread name" "message"
19
20
21
+### response thread
22
23
24
+./gchan.sh response "message"
25
main.dat
@@ -2,3 +2,4 @@ silloi<><>Mon Dec 12 18:33:44 2022 +0900<>1<>
silloi<><>Mon Dec 12 18:33:47 2022 +0900<>2<>
silloi<><>Mon Dec 12 22:36:35 2022 +0900<>fix for update_last_dat<>
silloi<><>Tue Dec 13 15:09:58 2022 +0900<>update logic<>
+silloi<><>Thu Dec 15 20:55:44 2022 +0900<>fix reference error<>
0 commit comments