Encrypted chat via terminal
npm install -g crypto-chat
You may have to use "sudo" if you're using Linux
Run as server
crypto-chat -s
Run as client
crypto-chat
- Use the arrow keys or TAB to switch field in the login form
- Press ENTER to submit the login form
- Write a message in the message field and press ENTER to send the message
- Press UP and DOWN keys to scroll the message view
- Press Ctrl + UP and Ctrl + DOWN to scroll the members list
- \quit : Quit the chat
- \clear : Clear the message view
- \hide : Hide the sidebar
- \show : Show the sidebar
- \size-n : Where n is a number - Resize the sidebar
- \n message : Where n is a number - Send private message to user with id n