Skip to content

Releases: dolph/txt

v1.2.0

10 Mar 16:51
Compare
Choose a tag to compare

txt

Send text messages from the command line.

Usage

Configuration is provided by environment variables. All arguments are sent as a text message:

$ txt hello world

To specify the recipient, use TXT_TO:

$ TXT_TO=15555551234 txt hello world

Configuration

Configure your Twilio account using environment variables supported by twilio-go (such as TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN, both of which are required).

txt directly consumes additional environment variables prefixed with TXT_:

  • TXT_FROM (required): The Twilio phone number to use for sending.
  • TXT_TO (required): The phone number to send a text message to.

v1.1.1

27 Feb 04:10
Compare
Choose a tag to compare

txt

Send text messages from the command line.

Usage

Configuration is provided by environment variables. All arguments are sent as a text message:

$ txt hello world

To specify the recipient, use TXT_TO:

$ TXT_TO=15555551234 txt hello world

Configuration

Configure your Twilio account using environment variables supported by twilio-go (such as TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN, both of which are required).

txt directly consumes additional environment variables prefixed with TXT_:

  • TXT_FROM (required): The Twilio phone number to use for sending.
  • TXT_TO (required): The phone number to send a text message to.

v1.1.0

27 Feb 04:06
Compare
Choose a tag to compare

txt

Send text messages from the command line.

Usage

Configuration is provided by environment variables. All arguments are sent as a text message:

$ txt hello world

To specify the recipient, use TXT_TO:

$ TXT_TO=15555551234 txt hello world

Configuration

Configure your Twilio account using environment variables supported by twilio-go (such as TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN, both of which are required).

txt directly consumes additional environment variables prefixed with TXT_:

  • TXT_FROM (required): The Twilio phone number to use for sending.
  • TXT_TO (required): The phone number to send a text message to.

v1.0.1

06 Feb 15:38
Compare
Choose a tag to compare

txt

Send text messages from the command line.

Usage

Configuration is provided by environment variables. All arguments are sent as a text message:

$ txt hello world

To specify the recipient, use TXT_TO:

$ TXT_TO=15555551234 txt hello world

Configuration

Configure your Twilio account using environment variables supported by twilio-go (such as TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN, both of which are required).

txt directly consumes additional environment variables prefixed with TXT_:

  • TXT_FROM (required): The Twilio phone number to use for sending.
  • TXT_TO (required): The phone number to send a text message to.

v1.0.0

06 Feb 15:11
Compare
Choose a tag to compare

txt

Send text messages from the command line.

Usage

Configuration is provided by environment variables. All arguments are sent as a text message:

$ txt hello world

To specify the recipient, use TXT_TO:

$ TXT_TO=15555551234 txt hello world

Configuration

Configure your Twilio account using environment variables supported by twilio-go (such as TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN, both of which are required).

txt directly consumes additional environment variables prefixed with TXT_:

  • TXT_FROM (required): The Twilio phone number to use for sending.
  • TXT_TO (required): The phone number to send a text message to.