toolong icon indicating copy to clipboard operation
toolong copied to clipboard

Feature Request: command line agrument to tail a socket host/port

Open MiMiMeowMeow opened this issue 4 months ago • 1 comments

Hello,

I have a custom python hander to emit jsonl to a socket. I used toolong to monitor the socket and it works great. I have to pipe it using this command: "nc -lk 9999 | tl". It would be awesome if it had a command line agrument that would accept a socket host/port. This would make this use case workable in Windows easy. I attached the custom hander.

Another feature would be a short cut key to clear the log/session.

Thanks! jsonl_socket_logging.zip

MiMiMeowMeow avatar Oct 06 '24 17:10 MiMiMeowMeow