mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 10:00:38 +00:00
parent
4ce194afe2
commit
dbdff83132
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@ of all country codes.)
|
|||
signal-cli -a ACCOUNT send -m "This is a message" RECIPIENT
|
||||
```
|
||||
|
||||
* Send a message to a username, usernames need to be prefixed with `u:`
|
||||
|
||||
```sh
|
||||
signal-cli -a ACCOUNT send -m "This is a message" u:USERNAME.000
|
||||
```
|
||||
|
||||
* Pipe the message content from another process.
|
||||
|
||||
uname -a | signal-cli -a ACCOUNT send --message-from-stdin RECIPIENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue