igdm-cli
igdm-cli copied to clipboard
Question: Does the application poll regularly by itself?
Does the app poll regularly?
Or only when \r is used?
For me, it would be useful if the application polled regularly.
It doesn't. I didn't try to check what would happen when polling, I was afraid the whole terminal would repaint and thus delete what you started writing when doing that.
I'll try to check that when I have time
Ah ok, that makes sense!
Signal has this command-line-based interface: https://github.com/isamert/scli
It works very well - though it's done in python. Not sure how one would do this in nodejs.
Hi @noook - I have a follow-up question. When you go from the conversation list to the message list, does it fetch new messages then? That might be fairly safe to do... In combination with #6, that would mean that it's easy to check for new messages by pressing enter twice.