ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sub​Texting

by willbrazil ST3

No description provided

Details

Installs

  • Total 364
  • Win 250
  • Mac 72
  • Linux 42
May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SubTexting - Send and receive text messages through Sublime

I'm no longer maintaining this codebase. Sorry :/

Sublime Text 3 plugin which allows users to send and receive text messages. (Android Only)

If you'd like to design an icon for the Android app/this project. Check out this issue.

Feel free to contact me if you have any issues: willbrazil.usa@gmail.com

Setup

Installing the Plugin

Using Sublime Package Manager

Ctrl + Shift + P -> Package Control: Install Package -> SubTexting

Manually

Clone this repo into your Sublime packages folder.


Creating an account

CTRL + SHIFT + P -> SubTexting: Sign Up

Insert username and your phone number and you should then receive a confirmation text message with a key code.

Once you've received your key, press

CTRL + SHIFT + P -> SubTexting: Verify

and insert the confirmation code you've received.


Installing the Android App

Download the app from the Play Store

Use the key you've received to log in the app and select the contacts you'd like SubTexting to know about.

SubTexting DOES NOT store the phone numbers of your contacts! To learn more information about how we store your information, see the I Don't Want My Contacts Stored In The Cloud!


Loading Contacts Onto SubTexting

Once you've loaded your contacts through the Android app, press

CTRL + SHIFT + P -> SubTexting: Load Contacts

This will download the uploaded contacts to SubTexting.

Usage

Sending Messages

CTRL + SHIFT + P -> SubTexting: Send Message

Sending Message

Choosing a contact

Typing text message


Receiving Messages

STILL UNDER DEVELOPMENT. Feature not stable.

I Don't Want My Contacts Stored In The Cloud!

We don't want your contacts either!

The only information sent to the SubTexting server is:

  1. Contact name and
  2. The “local ID” of the contact. Plus they are only stored temporarily!

“Local ID” of the contact?

Well! Let us explain!

We don't want to be sending the number of your contacts around! So instead, we just pass the id of a contact.

That id is stored only on your device! Say you have a contact whose name is “John Smith” with the phone number: 123-456-7890. When you first saved that contact, your phone stored it with an id. Say the id is 234. Now, when you upload your contact so it can be accessed be the SubTexting, we won't be sending John's number. Instead, we'll reference his id. In addition to that, the SubTexting server will store that information temporarily!

Once you fetch that information down using the plugin, that information is deleted from our servers!