igdm-cli icon indicating copy to clipboard operation
igdm-cli copied to clipboard

Question: Does the application poll regularly by itself?

Open LukeCageCodes opened this issue 4 years ago • 3 comments

Does the app poll regularly?

Or only when \r is used?

For me, it would be useful if the application polled regularly.

LukeCageCodes avatar Nov 21 '21 11:11 LukeCageCodes

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

noook avatar Nov 21 '21 22:11 noook

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.

LukeCageCodes avatar Nov 21 '21 22:11 LukeCageCodes

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.

LukeCageCodes avatar Nov 28 '21 10:11 LukeCageCodes