Skip to content

Commit

Permalink
added docs for 'text'
Browse files Browse the repository at this point in the history
  • Loading branch information
coderGtm committed Jan 10, 2025
1 parent d6d6f44 commit 3dc0bb4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/commands/text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# text

A simple command to send a text broadcast to the OS.

## Syntax
```
text <message>
```
The system will broadcast the message to all the available messaging apps as well as apps that can handle text broadcasts.

## Example
```
text Hi, how are you?
```
This will broadcast the message "Hi, how are you?" to the system which will then handle it accordingly.

![text_example_1.webp](../img/text_example_1.webp)
Binary file added docs/img/text_example_1.webp
Binary file not shown.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nav:
- web: commands/web.md
- tts: commands/tts.md
- bored: commands/bored.md
- text: commands/text.md
- reset: commands/reset.md
- exit: commands/exit.md
- Frequently Asked Questions: faq.md
Expand Down

0 comments on commit 3dc0bb4

Please sign in to comment.