dee-contacts-0.1.0 is not a library.
dee-contacts
Local personal CRM CLI for contacts and interactions with consistent JSON output.
Install
Quick start
Commands
add <name> [--email ..] [--phone ..] [--company ..] [--title ..] [--tags a,b] [--notes ..]list [--tag <tag>] [--company <name>] [--limit <n>]search <query> [--limit <n>]show <id-or-name>edit <id> [--name ..] [--email ..] [--phone ..] [--company ..] [--title ..] [--tags ..] [--notes ..]delete <id>import --format json|csv <path>export --format json|csvinteraction add <id-or-name> --kind note|call|email|meeting --summary <text> [--occurred-at RFC3339]interaction list <id-or-name> [--limit <n>]
Agent-friendly output
Use --json on all commands.
- Success list:
{"ok":true,"count":N,"items":[...]} - Success item:
{"ok":true,"item":{...}} - Success action:
{"ok":true,"message":"...","id":1} - Error:
{"ok":false,"error":"...","code":"..."}
Storage
- Data:
~/.local/share/dee-contacts/contacts.db
Help