#Created a TUI / CLI messenger with SSH auth

11 messages ยท Page 1 of 1 (latest)

timid lantern
#

Hey Gophers. Today I released the project i've been creating for more than 2 months: A messenger (server + 2 clients) that works right in terminal, has secure auth via SSH keys, has zero-log system, DMs and global chat, banning and unbanning users, broadcasting login / leaving / action.

There's also a core module that allows to easily create a new client, like GUI or some integration.

This is the Github repo link, issues, PRs and stars are welcome :)
https://github.com/Fynjirby/tutuck

GitHub

The messenger, right in terminal, secure, fast. Contribute to Fynjirby/tutuck development by creating an account on GitHub.

heavy rapids
#

Very interesting, I just released a similar project this summer. ๐Ÿ™‚ Working with a federative system to communicate between server nodes rn.

timid lantern
heavy rapids
#

I have a question, did not had a chance to test ur project live... Do non-ASCII characters works well in ur TUI? ๐Ÿ™‚

timid lantern
#

well as u can see here, russian lang is alright there, also some non-ASCII symbols do look okay

#

that mostly depends on terminal you are running TuTuck in

#

when you run it on a system without fonts installed (or broken fonts) it will look wierd for sure

heavy rapids
#

Im using BubbleTea in my project and struggling during try to make happy my friends from China and Russia... ๐Ÿ˜„

timid lantern
#

bubbletea is also a great library for TUIs

#

but just not for me i guess, i tried but didnt really like it