Skip to content

Releases: visionik/sogcli

v0.3.0 - Documentation Overhaul

24 Jan 22:17

Choose a tag to compare

Changed

  • Complete README rewrite to match mog style
  • Comprehensive command reference with aliases
  • gog/mog compatibility table
  • Better organized documentation

Added

  • SKILL.md for Clawdbot integration

Installation

go install github.com/visionik/sogcli/cmd/sog@v0.3.0

See CHANGELOG.md for full history.

v0.2.0 - CLI Alignment & AI Help

24 Jan 21:58

Choose a tag to compare

Changed

CLI Alignment with gog/mog

  • sog drive get now returns file metadata (was download)
  • sog drive download for downloading files (was get)
  • sog drive upload is now primary (put is alias)
  • sog drive ls is now primary (list is alias)
  • sog tasks undo is now primary (uncomplete, undone are aliases)
  • Command aliases aligned with gog conventions

AI Help

  • Changed from subcommand (sog ai-help) to flag (sog --ai-help)
  • --ai-help appears right after --help in usage
  • Comprehensive documentation for all commands

Added

  • sog cal search — Search events by query
  • sog cal update — Update an event
  • sog contacts update — Update a contact
  • sog tasks update — Update a task
  • sog tasks clear — Clear completed tasks

Installation

go install github.com/visionik/sogcli/cmd/sog@v0.2.0

See CHANGELOG.md for full details.

v0.1.0 - Initial Release

24 Jan 20:52

Choose a tag to compare

Standards Ops Gadget

CLI for IMAP/SMTP/CalDAV/CardDAV/WebDAV — the open-standards alternative to gog (Google) and mog (Microsoft).

Features

  • Mail (IMAP/SMTP): list, get, search, send, reply, forward, move, delete
  • Calendar (CalDAV): list, get, search, today, week, create, update, delete
  • Contacts (CardDAV): list, get, search, create, update, delete
  • Tasks (CalDAV VTODO): list, add, update, done, undo, delete, clear
  • Files (WebDAV): ls, get, download, upload, mkdir, delete, move, copy
  • Meeting Invites (iTIP/iMIP): send, reply, cancel, parse

Installation

go install github.com/visionik/sogcli/cmd/sog@latest

Tested Providers

  • Fastmail ✅
  • Works with any standards-compliant provider

See README for full documentation.