Skip to content

Commit 3dc0bb4

Browse files
committed
added docs for 'text'
1 parent d6d6f44 commit 3dc0bb4

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/commands/text.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# text
2+
3+
A simple command to send a text broadcast to the OS.
4+
5+
## Syntax
6+
```
7+
text <message>
8+
```
9+
The system will broadcast the message to all the available messaging apps as well as apps that can handle text broadcasts.
10+
11+
## Example
12+
```
13+
text Hi, how are you?
14+
```
15+
This will broadcast the message "Hi, how are you?" to the system which will then handle it accordingly.
16+
17+
![text_example_1.webp](../img/text_example_1.webp)

docs/img/text_example_1.webp

17.9 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ nav:
2323
- web: commands/web.md
2424
- tts: commands/tts.md
2525
- bored: commands/bored.md
26+
- text: commands/text.md
2627
- reset: commands/reset.md
2728
- exit: commands/exit.md
2829
- Frequently Asked Questions: faq.md

0 commit comments

Comments
 (0)