GPG encrypted, ephemeral, real time chatting in the terminal
- End to end encrypted
- Passwordless
- Real time
- vim like keybindings
- node.js >= 10
- npm
- GPG
npm i -g chatty-cli
Make sure you've imported your contact's gpg keys properly :)
chatty <flags> arg
chatty --with <[email protected]>
and
chatty --connect <[email protected]>
Note: No email address is transmitted to the server
-w, --with <key-id>
Creates a live chat session with
-c, --connect <key-id>
Joins an existing session
-k, --default-key
specify a default gpg personal key if you have more than one
-h, --help
Print the help information
Once in the chat window, press Esc
twice to exit the session
- Help box
- Vim keybindings expansion
- add logs
- Participant selection screen
-
--debug
flag
- persisted chat
Copyright © Navdeep Saini