moontalk.rb:
- Runs off of ruby, just werks.
+ Runs off of ruby, just werks. Uses readline.
You'll need to install ruby to run it.
- See source code for usage.
+ See source code for usage, press enter in an empty prompt to see new messages.
moontalk-cli.c:
- particually functional, should just werk for normal chatting.
- Not as nice for editing text, full NCurses interface.
+ partly functional, should just werk for normal chatting.
+ Not as nice for editing text, full NCurses interface. Manual scrolling.
To compile it, use bake <https://git.lain.church/emil/bake> or just run:
gcc -O2 -std=gnu99 moontalk-cli.c -o moontalk-cli -lncurses -ltinfo
Click the bottom bar to talk.
Graceful about reconnections.
+ Made by the OP.
+
moontalk.py:
Pretty ergonomic, but works.