quicksend
v0.2.3
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 globally or used via npx / yarn dlx.
npx quicksend initOR
npm install -g quicksendSending 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.
