seejx
=====

This project is a fork of the "seej" package:

    seej — Interactive JSONL browser with rich rendering
    Copyright (c) 2025 Lei Zhang
    Author-email: Jiaxi Yang <jason.yang98@foxmail.com>
    License: MIT
    https://pypi.org/project/seej/

seejx redistributes and modifies that MIT-licensed code. The original MIT
license and copyright notice are retained in the LICENSE file.

Modifications in seejx
----------------------
- Replaced the per-record "clear screen + reprint" navigation with a built-in
  full-screen scroll viewer (alternate screen buffer):
    * trackpad / mouse-wheel (SGR mouse reporting), arrow keys, j/k line scroll
    * PageUp/PageDown / Space / b page scroll; g / G jump to top / bottom
    * left / right (or n / p / Enter) to move between records
    * the whole record is held in memory, so the top/bottom is always reachable
      regardless of terminal scrollback size
- wcwidth-aware line wrapping so CJK (double-width) text wraps correctly.
- A soft, colored status bar (replacing the reverse-video footer).
- Added `wcwidth` as a dependency.
- Console entry point renamed to `seejx`; plugin entry-point group is
  `seejx.plugins`.
