numo-cli
v1.8.0
Published
CLI and programmatic API for Numo ADHD planner — create, complete, and manage tasks from the terminal or AI agents
Maintainers
Readme
numo-cli is the command-line client for the Numo ADHD planner — create, complete, and manage tasks from your terminal or an AI agent.
# Install — pick one:
curl -fsSL https://raw.githubusercontent.com/mindistio/numo-cli/main/install.sh | bash # standalone binary (no Node.js)
npm install -g numo-cli # or: npx numo-cli <command>
numo login
numo tasks create --text "Plan my week" --repeat weekly \
--weekdays Mon --due "Mon 09:00" --tags Work --duration 15 \
--subtask "Review last week" --subtask "Set top 3 goals" \
--subtask "Block focus time"
numo tasks listDual-mode by design: a TTY gets tables, colors, and a short interactive wizard; pipes and --json get clean structured output for scripts and agents. Run numo --help, or see AGENTS.md for the full command, auth, and error contract.
Notes
This repository is the public source for the numo-cli npm package, published so npm publish --provenance can attest the build against the source. It is not set up for self-hosting or external contribution — Issues and Pull Requests are not actively monitored. For support, email [email protected].
License
MIT © Mindist, Inc.
