thehowl / claws

Awesome WebSocket CLient - an interactive command line client for testing websocket servers
MIT License
298 stars 18 forks source link

Searching #3

Open thehowl opened 7 years ago

thehowl commented 7 years ago

Search through the logs. Of course, this would be enabled with <ESC>/.

thehowl commented 6 years ago

We need more control over the output in order for this to happen, something we do not really have with gocui. The ideal solution to this seems to be to do it in the (possibly upcoming?) move to tcell (or termbox), creating our own interface without relying on the layer of abstraction that gocui gives us.