hedhyw / json-log-viewer

Interactive viewer for JSON logs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: support search

hedhyw opened this issue · comments

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.