Releases: visionik/sogcli
Releases · visionik/sogcli
v0.3.0 - Documentation Overhaul
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.0See CHANGELOG.md for full history.
v0.2.0 - CLI Alignment & AI Help
Changed
CLI Alignment with gog/mog
sog drive getnow returns file metadata (was download)sog drive downloadfor downloading files (was get)sog drive uploadis now primary (put is alias)sog drive lsis now primary (list is alias)sog tasks undois 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-helpappears right after--helpin usage- Comprehensive documentation for all commands
Added
sog cal search— Search events by querysog cal update— Update an eventsog contacts update— Update a contactsog tasks update— Update a tasksog tasks clear— Clear completed tasks
Installation
go install github.com/visionik/sogcli/cmd/sog@v0.2.0See CHANGELOG.md for full details.
v0.1.0 - Initial Release
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@latestTested Providers
- Fastmail ✅
- Works with any standards-compliant provider
See README for full documentation.