I am running websocat
(https://github.com/vi/websocat/) on macOS in server mode for debugging purposes.
I would like to display a timestamp on every incoming message.
However: I am struggling with parameter syntax: how would add that overlay parameter when running in server mode.
My current command line looks like this websocat -s <myip>:<myport>
, everything works as expected but I cannot add the timestamp overlay to it
Any idea what I am missing?