📚 Smart Archiving
- Version tracking: automatically detects every modification to an article, saving v1, v2, v3…
- Content diff:
sip --diff 123 v1 v3clearly shows the changes - Snapshot archiving: timestamped snapshots of a whole feed, permanently preserving the complete state at a moment in time
- Reading progress memory: exit the TUI and come back, resume from where you left off
- Feed identity & health:
sip --feed-info <id>shows a feed's name/type/author/website/last update/latest article/status;-lauto-marks "⚠ not updated for a long time" and "✗ failed N times" - Content quality marking:
-l <id>marks articles that are summary-only ([summary]) or have no body ([no body]); JSON output carries aqualityfield (full/short/empty)