json-log-viewer
json-log-viewer copied to clipboard
feat: support search
Support search over all fields.
Create a new state in which:
- up -> go to the previously found line;
- down -> go to the next found line;
- enter -> open extended JSON view;
- esc -> return to the previous state.
Show search text in the toolbar, and indicate if no results are found.