Releases: nerveband/drafts-applescript-cli
Releases · nerveband/drafts-applescript-cli
v2.0.0 - AppleScript Backend
What's New
Major refactor: replaced URL scheme + callback handler with pure AppleScript.
Highlights
- Zero dependencies - No helper apps or Drafts actions needed
- JSON output by default - Designed for LLM integration
- New commands:
run- Execute Drafts actions from CLIschema- Output tool-use schema for LLMscreate- Alias fornewcommand
Downloads
| File | Description |
|---|---|
drafts-macos-universal.zip |
Works on both Intel and Apple Silicon (recommended) |
drafts-macos-apple-silicon.zip |
Apple Silicon (M1/M2/M3) only |
drafts-macos-intel.zip |
Intel Macs only |
Installation
- Download the appropriate zip file
- Unzip and move to your PATH:
unzip drafts-macos-universal.zip chmod +x drafts-darwin-universal mv drafts-darwin-universal /usr/local/bin/drafts
Or install via Go:
go install github.com/nerveband/drafts/cmd/drafts@latestRequirements
⚠️ macOS only - This CLI uses AppleScript
- macOS (Intel or Apple Silicon)
- Drafts app must be installed AND running
- Drafts Pro subscription required
Breaking Changes
- Removed URL scheme backend
- Removed callback handler dependency
- No longer requires "Drafts CLI Helper" app or action