Command-line interface for TODOforAI Edge
Project description
TODOforAI CLI
A command-line interface for creating TODOs from piped input using TODOfor.ai.
Built on top of the todoforai-edge-cli Python package.
Installation
Install globally with pip:
pip install todoai-cli
Or install from source:
git clone <repository>
cd todoai-cli
pip install -e .
Setup
Get your API key from todofor.ai and set it:
export TODOFORAI_API_KEY=your_api_key_here
Usage
Basic Usage
echo "Debug authentication issue" | todoai-cli
With Options
# Specify agent and skip confirmation
echo "Send email to client" | todoai-cli --agent "gmail" -y
# Custom TODO ID
echo "Weekly report" | todoai-cli --todo-id weekly-report-2024-01
# JSON output for scripting
echo "API task" | todoai-cli --json
Configuration
Set defaults to avoid repeated prompting:
# Set default project and agent
todoai-cli --set-default-project abc123
todoai-cli --set-default-agent "todoforai gmail"
# Now you can just pipe content
echo "Quick task" | todoai-cli -y
Examples
# From file
cat task_description.txt | todoai-cli
# From clipboard (macOS)
pbpaste | todoai-cli --agent "gmail"
# From git commit
git log -1 --pretty=%B | todoai-cli --agent "code review"
# Multi-line with confirmation
cat << EOF | todoai-cli
Research the following:
1. AI safety regulations
2. GDPR compliance
3. Model deployment best practices
EOF
Configuration File Locations
Default locations (if --config-path is not used):
- Windows: %APPDATA%\todoai-cli\config.json
- macOS: ~/Library/Application Support/todoai-cli/config.json
- Linux: ~/.config/todoai-cli/config.json (XDG)
Override with:
todoai-cli --config-path /custom/path/config.json
Command Line Options
--project, -p: Project ID (prompts if not set)--agent, -a: Agent name (partial match, prompts if not set)--todo-id: Custom TODO ID (auto-generated UUID if not provided)--api-url: API URL (overrides environment and config defaults)--json: Output result as JSON--yes, -y: Skip confirmation prompt--set-default-project: Set default project ID--set-default-agent: Set default agent name--set-default-api-url: Set default API URL--show-config: Show current configuration--reset-config: Reset all configuration--config-path PATH: Use specific config file path (overrides default)
Features
- ✅ Global installation: Available as
todoai-clicommand - ✅ Cross-platform config: Proper config locations for Windows/macOS/Linux
- ✅ Clean imports: Simple, reliable package imports
- ✅ Flexible API URL: Environment variables, CLI args, or saved config
- ✅ Confirmation dialog: Shows summary before creating TODO
- ✅ Stateful config: Remembers preferences
- ✅ Auto-generated IDs: UUIDs created automatically
- ✅ Partial agent matching: "gmail" matches "todoforai gmail"
- ✅ Skip confirmation: Use
-yfor automation - ✅ JSON output: For scripting integration
- ✅ Error handling: Clear messages for common issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file todoai_cli-0.1.11.tar.gz.
File metadata
- Download URL: todoai_cli-0.1.11.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426665908a9349d0b00db08d1180c2418b6974351295a9c1984790e775a0b6eb
|
|
| MD5 |
5377771de870fec8c811d397e213e607
|
|
| BLAKE2b-256 |
a3edafcc4be44c689e8aeb4c4b86b91807f586c75ebfc7b41d30d0535fd3d4fd
|
File details
Details for the file todoai_cli-0.1.11-py3-none-any.whl.
File metadata
- Download URL: todoai_cli-0.1.11-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afdfedcb539c68b67dd3a75344a4cebfc8b12e2b7328a6a2b419f2de3d8c00b6
|
|
| MD5 |
8dd32d59e8c7342c9f53a996cadccac7
|
|
| BLAKE2b-256 |
dd1d6c9aaa33b0b41db4d141620ef5520adfe09a0156cbbafe773f0381333f0b
|