thatcherclough / CLImessage

A command line interface SMS text messaging program.
MIT License
7 stars 3 forks source link
cli gmail-smtp messaging sms

CLImessage

CLImessage is a command line interface SMS text messaging program.

Features

CLImessage allows the sending and receiving of SMS text messages to and from a computer using a G-Mail account. This is done by sending emails to an address that forwards them to a phone number.

When run for the fist time, CLImessage:

When creating a conversation, CLImessage:

When opening a previously created conversation, CLImessage:

Other features:

Demo

Requirements

Compatibility

CLImessage is compatible with Mac and Linux.

Installation

# clone CLImessage
git clone https://github.com/thatcherclough/CLImessage.git

# change the working directory to CLImessage
cd CLImessage

# build CLImessage with Maven
# for Linux and Mac run
sh mvnw clean package

Alternatively, you can download the jar from the release page.

Usage

java -jar climessage.jar

License