update notices

This commit is contained in:
Emil Williams 2024-02-17 19:00:57 +00:00
parent f742b9fc88
commit 863bd3daa6

View File

@ -16,15 +16,15 @@ Extension for raw clients:
moontalk.rb: 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. 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: moontalk-cli.c:
particually functional, should just werk for normal chatting. partly functional, should just werk for normal chatting.
Not as nice for editing text, full NCurses interface. 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: 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 gcc -O2 -std=gnu99 moontalk-cli.c -o moontalk-cli -lncurses -ltinfo
@ -41,6 +41,8 @@ moontalk.tcl:
Click the bottom bar to talk. Click the bottom bar to talk.
Graceful about reconnections. Graceful about reconnections.
Made by the OP.
moontalk.py: moontalk.py:
Pretty ergonomic, but works. Pretty ergonomic, but works.