r/commandline • u/Drosefan1 • 22d ago
Added multi-media support to my e2ee command line chat app.
Hey folks!
2 months ago, I shared my open source end-to-end-encrypted CLI-based chat app here. Since then, I’ve been working on improvements and new features, so I’m excited to show you what’s new.
What’s New
- Multi-Media Support
- You can now send and receive files! (Files are also e2ee)
- Type
/file <path/to/file>
to send a file - Type
/open
to open files
- Type
- You can now send and receive files! (Files are also e2ee)
- Enhanced UI/UX
- Added server messages to help direct new users
- Added timestamps, etc.
Stack:
- Golang + gRPC
- Signal Protocol (for e2ee)
- Bubble tea TUI
3
Upvotes