mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Add --message-from-stdin flag for send command
This commit is contained in:
parent
f3b2df62da
commit
ec945cd227
3 changed files with 22 additions and 16 deletions
|
@ -25,7 +25,8 @@ System requirements:
|
|||
- at least Java Runtime Environment (JRE) 17
|
||||
- native library: libsignal-client
|
||||
|
||||
The native libs are bundled for x86_64 Linux (with recent enough glibc, see #643), Windows and MacOS. For other systems/architectures
|
||||
The native libs are bundled for x86_64 Linux (with recent enough glibc, see #643), Windows and MacOS. For other
|
||||
systems/architectures
|
||||
see: [Provide native lib for libsignal](https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal)
|
||||
|
||||
### Install system-wide on Linux
|
||||
|
@ -75,7 +76,7 @@ of all country codes.)
|
|||
|
||||
* Pipe the message content from another process.
|
||||
|
||||
uname -a | signal-cli -a ACCOUNT send RECIPIENT
|
||||
uname -a | signal-cli -a ACCOUNT send --message-from-stdin RECIPIENT
|
||||
|
||||
* Receive messages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue