File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments