TODO for AI Logo
App Overview

CLI

Simple command-line tool for creating todos and sending messages. Extremly lightweight!

Platform Support: ✅ Windows · ✅ macOS · ✅ Linux

Install

TerminalCode
pip install -g todoai-cli

Setup

export TODOFORAI_API_KEY=your_key

Commands

TerminalCode
todoai create "Fix bug" # New todo todoai message ID "Details" # Add message todoai list # Show todos todoai search "bug" # Find todos todoai create "Task" --priority high # With priority todoai suggest ID "How to?" # AI help todoai interactive # TUI mode

What It Does

Raw API access through command line with basic todo/message operations. Perfect for quick interactions and scripting without needing the full desktop or web app.

Advanced: You can set TODOFORAI_API_KEY environment variable to avoid passing the API key each time. See how to set environment variables for platform-specific setup.

Last modified on