===================
The terminal chat message application is here! Wanted to send messages without leaving your terminal window? This is your answer!
GoChat is a universal Linux application packaged using Snappy.
-
For Debian
sudo apt install snapd
-
For other distributions please refer this.
sudo snap install gochat
You are done!
Happy messaging!
You need to register your user to message others. After all, they need to know who is messaging them :P
$ gochat --register
Username: tony_stark
Password:
User created!
Note: Current version allows only one user per system
This delete your user, along with all messages. Delete wisely.
$ gochat --delete-user
Your computer is free from GoChat accounts now
To know the version of your app.
$ gochat --version
gochat 1.0.1
You need to know before hand the username of the person you want to message. (Yes, we are working on this to make it simpler)
$ gochat --send
Username: tony_stark
Message: How you doin'?
Message sent successfully!
This shows all your unread messages from all users.
$ gochat --unread
For all previous messages
$ gochat --messages
For all messages from a particular user
$ gochat --messages capn_america
Please report issues and suggest improvements here.
We do not store your messages/conversations. They are deleted from the server as soon as the recipient reads them.
The platform isn't secure, yet. So, urge you not to talk confidential information such as Bank account number, credit card number, etc using GoChat. There are always bad people watching (not us :P).