Skip to main content

taskai

A command-line task manager with AI features.

pip install taskai-cli

Setup

task setup

Commands

task                              interactive mode

task show all                     show everything
task show <id|name>               show a specific item
task show <id1>,<id2>,...         show multiple items

task create <name>                create a top-level item
task add <parent> <name>          add a child item
task update <id> --field value    update any field
task rename <id> <new name>       rename an item
task move <item> <new parent>     reparent an item
task complete <id>                mark complete (recursive)
task delete <id|name>             delete by id or name
task delete completed             delete all completed items
task clear <parent>               delete completed under a parent

task comment <id> <text>          add a comment
task depend <src_id> <dst_id>     src depends on dst
task link <parent> <item>         soft-link two items
task reorder <id1> before|after <id2>

task status <id> <text>           set a status string
task pomo <on_mins> <off_mins>    pomodoro timer

task ai <prompt>                  natural language → commands
task ai headstart <id>            AI suggests next step, saved as comment

task config show                  list current config
task config set <key> <value>     set a config value
task config get <key>             get a config value
task config pop <key>             remove a config value

task repair                       repair the database
task nuke                         delete all data

Item fields

Pass any of these as --field value to create, add, or update:

Field Format Example
description string --description "needs review"
due_by MM-DD-YYYY --due_by 08-15-2026
priority integer --priority 2
status string --status "in progress"
completed bool --completed true
depends_on comma-separated ids --depends_on 3,7

Config

AI features require a model, set as a provider/model string (via litellm), plus that provider's credentials set as environment variables (e.g. GEMINI_API_KEY, OPENAI_API_KEY). task setup will walk you through picking a provider and model and tell you which env vars it needs.

task config set AI_MODEL gemini/gemini-2.0-flash

Example

task create "Today"
task add "Today" "Morning run"
task add "Today" "Review pull requests" --status "blocked"
task add "Today" "Call dentist" --due_by 08-02-2026
task show "Today"
task complete 4
task show "Today"
task exit

Or:

task ai "add a task called 'Reply to Alex' under Today, and mark the dentist task as done"

Another Example

task create "Launch website"

# add subtasks (by name or id)
task add "Launch website" "Write copy"
task add "Launch website" "Design mockups" --priority 1
task add "Launch website" "Set up hosting" --due_by 08-15-2026

# check your work
task show "Launch website"

# ask AI what to do first on a specific task
task ai headstart 3

# mark something done and clean up
task complete 2
task clear "Launch website"

Release files for taskai-cli 1.6.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for taskai-cli 1.6.1
File Size Uploaded
taskai_cli-1.6.1.tar.gz 54.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for taskai-cli 1.6.1
File Interpreter ABI Platform
taskai_cli-1.6.1-py3-none-any.whl Python 3 none any Details

Total release size: 88.4 kB

Release files / taskai_cli-1.6.1.tar.gz

Download URL taskai_cli-1.6.1.tar.gz
Size 54.1 kB
Tags Source
SHA-256 checksum
How to use checksums
18b6b31473653217d64cecc9209630c5b6b77591226bc108faff6477223f0a93
BLAKE2b-256 checksum
How to use checksums
62e3e62e50c51c93ccc9ffb9b266ca88dca904be981abbadf6edba5fb69374ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 23, 2026.

Transparency log

Release files / taskai_cli-1.6.1-py3-none-any.whl

Download URL taskai_cli-1.6.1-py3-none-any.whl
Size 34.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2aa33eaf52ffb2574a96691a0e4ba1e93e28ddf639bb7996e7aa7617b8e33661
BLAKE2b-256 checksum
How to use checksums
31eba90ed9f030c02976c4205d6e847b42404e0652f0378d8a14a16b81ec8dac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 23, 2026.

Transparency log

Release history Release notifications | RSS feed

1.10.0

2 release files

1.9.26

2 release files

1.9.25

2 release files

1.9.0

2 release files

1.8.1

2 release files

1.8.0

2 release files

1.7.1

2 release files

1.7.0

2 release files

1.6.6

2 release files

1.6.5

2 release files

1.6.3

2 release files

1.6.2

2 release files

This release

1.6.1 This release

2 release files

1.5.4

2 release files

1.5.3

2 release files

1.5.2

2 release files

1.4.5

2 release files

1.4.3

2 release files

1.4.2

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.5

2 release files

1.1.4

2 release files

1.1.3

2 release files

1.1.1

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page