@karimsa/quicksend
v0.2.0
Published
Utilities for sending and receiving text messages in your terminal.
Readme
quicksend
Utilities for sending and receiving text messages in your terminal.
Installation
quicksend can be installed and updated as a normal node package.
npm install -g quicksendyarn global add quicksendpnpm add -g quicksendAfter installation, run quicksend init to setup your account.
Sending messages
Send a text message:
quicksend send -m "Hello, world!"Send a message to a specific recipient:
quicksend send -m "Hello, world!" -r "+1234567890"Send a message when a pattern is found in a log stream:
tail -f /var/log/syslog | quicksend grep -p "error" -m "Error found in logs"Receiving messages
This command will block until a message is received.
quicksend receive -qLicense
Licensed under the MIT License.
