Skip to content

v0.2.2

Latest

Choose a tag to compare

@jrpat jrpat released this 05 Aug 21:10

Highlights

  • Open .json and .jsonl documents by passing their paths directly, without
    --json or --jsonl.
  • Keep newly expanded children in view with minimal scrolling, while anchoring
    oversized branches at the top of the viewport.
  • Hide .git and .jj repository metadata during normal filesystem scans;
    --no-ignore can still reveal them.

All changes

  • Recognized positional .json paths as JSON and .jsonl paths as forced
    JSONL, while preserving explicit source flags and piped input.
  • Adjusted every expansion command to reveal an expanded container's direct
    children when they fit and start oversized branches from their first row.
  • Excluded .git and .jj directories from eager and lazy filesystem scans
    when ignore handling is enabled.

Install: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jrpat/ite/releases/download/v0.2.2/ite-cli-installer.sh | sh
Homebrew: brew install jrpat/ite-tap/ite
Cargo: cargo install ite-cli --locked
Verify: gh attestation verify <asset> --repo jrpat/ite