English | 中文
A command-line tool for TickTick (滴答清单), supporting both China region (dida365.com) and Global region (ticktick.com).
npm install -g @wangjs-jacky/ticktick-clitt loginYou'll be prompted for Client ID and Client Secret. Register your app at TickTick Developer Platform first.
Set Redirect URI to: http://localhost:3000/callback
tt config --region cn # China region (dida365.com)
tt config --region global # Global region (ticktick.com)tt whoami # Check login status
tt logout # Log out
tt config # View configurationnpm install # Install dependencies
npm run build # Build
npm test # Run tests
npm run dev # Watch mode| Category | Choice |
|---|---|
| CLI Framework | cac |
| Terminal UI | @clack/prompts + picocolors |
| Build | tsup (ESM only) |
| Test | vitest |
MIT