Status
Early days. pidge can sign in to one or more Microsoft 365 / personal Microsoft accounts and list inbox messages from each. Read/write mail, draft, send, and calendar commands are on the roadmap.
Account setup
# Sign in (interactive device code flow)
# Check what you're signed in to
# Sign out
The first account becomes the default for sending mail and for calendar; change with pidge auth default --send <email> or --calendar <email>. Sign in to multiple accounts and pidge merges reads across all of them.
Reading the inbox
# All accounts, top 25 by received time
# One account, only unread
# Pipe to scripts
|
Quick Start
# Install (macOS / Linux)
# Or via cargo
# Configure your AI provider (uses ailloy)
# Check status
# See what's available today
See INSTALL.md for all installation methods and shell completions.
AI Integration
pidge delegates AI configuration to ailloy, a unified AI provider library shared by the MKLab CLI suite (rigg, mdeck, cosq, pidge). Configure your provider once with pidge ai config and it's available to every ailloy-based tool.
Development
See CONTRIBUTING.md for the contributor guide.
License
MIT — see LICENSE.