Skip to content

Releases: alexgorbatchev/gws-cache-cli

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 15:29

Full Changelog: v0.1.0...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 00:56

v0.1.0

Choose a tag to compare

@alexgorbatchev alexgorbatchev released this 15 Aug 00:35

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 historyId and 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 syncToken delta 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