-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheatsheet.txt
45 lines (38 loc) · 2.28 KB
/
cheatsheet.txt
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
# Signal Bot Commands
## General Commands
|---------------------------------------------------------|
| Command | Description |
|---------------------------------------------------------|
| `help` | Display available commands. |
|---------------------------------------------------------|
## Torrent Commands
|----------------------------------------------------------|
| Command | Description |
|-----------------|----------------------------------------|
| `magnet:?xt=...`| Download torrent using a magnet link. |
| `status` | Check the status of current torrents. |
| `delete_all` | Delete all torrents. |
| `delete_2,3` | Delete torrents 2 and 3. |
|----------------------------------------------------------|
## LaTeX Commands
Only one zip file can be converted to a PDF at a time. Attach the zip file to the message and specify which file should be converted, e.g., main.tex.
|-------------------------------------------------------------------------|
| Attachment | Text | Description |
|------------|--------------|---------------------------------------------|
| file.zip | main.tex | Convert main.tex from file.zip into a pdf |
| file.zip | main.tex log | Converts main.tex to pdf and sends log file |
|-------------------------------------------------------------------------|
## Show and Delete Files
| Command | Description |
|-----------------------|----------------------------------------|
| `files_` | Show your files and folders. |
| `files_delete_1` | Delete file/folder number 1. |
| `files_delete_1-3,5` | Delete file/folder number 1-3, and 5. |
| `files_delete_all` | Delete all files and folders. |
## Download Files
| Command | Description |
|-----------------------|------------------------------------------|
| `download_1` | Download file/folder number 1. |
| `download_1-3,5` | Download file/folder number 1-3, and 5. |
| `download_status` | Check Status of SSH and Gunicorn |
| `download_stop` | Stop sharing the link |