tokio-rs / console-gsoc

Google Summer of Code tokio-console prototype
MIT License
12 stars 2 forks source link

Interactive Filtering #7

Closed matprec closed 5 years ago

matprec commented 5 years ago

We know which fields an event has, this allows us to offer ad hoc filtering, like sort by field task_id, ascending, descending, precise match etc.. Since tui-rs has updated the crossterm backend to allow for mouse support, we should enable filtering by clicking on the specific field of an event.