v0.1.0
Initial Release v0.1.0
gws-cache is a fast, local SQLite caching layer for Gmail threads and Google Calendar events accessed via the gws CLI.
Features
- Topic & Feed Management: Group related Gmail search queries into named topics (
gws-cache topic add/list/remove). - Incremental Delta Sync: Uses Gmail
historyIdand internal timestamps for fast high-watermark syncs (gws-cache sync). - Fast Local Search: Query cached messages instantly from local SQLite without network latency (
gws-cache search). - Inbox Scanning: Scan inbox queries with pre-fetch deduplication (
gws-cache scan). - Timeline Exporter: Emit formatted message timelines in Markdown or JSON (
gws-cache export). - Google Calendar Sync: Sync calendar events with
syncTokendelta ingestion (gws-cache calendar). - Automated Classifier: Automatically classify automated system notifications vs. human emails.
Release Binaries
gws-cache-darwin-amd64(macOS Intel)gws-cache-darwin-arm64(macOS Apple Silicon)gws-cache-linux-amd64(Linux x86_64)gws-cache-linux-arm64(Linux ARM64)gws-cache-windows-amd64.exe(Windows x86_64)
Full Changelog: https://github.com/alexgorbatchev/gws-cache-cli/commits/v0.1.0