-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
cliissue relates to the novem cliissue relates to the novem clienhancementNew feature or requestNew feature or request
Description
Sometimes you want to keep an eye of a novem chart, file or log and a common way to do this is to wrap novem in the watch command or a for loop.
However, we could make it both prettier and faster if we handle the drawing natively (no need to clear the screen) and that would also reduce possible tool dependenices.
Finally, novem offers update over web-socket and a native watch function could refresh on demand instead of wasting lots of requests updating a stale plot.
Suggested functionality
--watch [seconds/live]
where seconds is a float of seconds to wait before refreshing (so 0.5 would be half a second, or refreshing twice a second (2hz)) and live would be a key word for connecting to the websocket, keeping a live connection and refreshing on new messages.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliissue relates to the novem cliissue relates to the novem clienhancementNew feature or requestNew feature or request