Metadata-Version: 2.4
Name: td-task
Version: 0.1.2
Summary: Minimal TUI todo app
Requires-Python: >=3.14
Requires-Dist: cryptography>=42.0.0
Requires-Dist: rich>=15.0.0
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/markdown

# td

A minimal TUI todo CLI. No setup required — just run it.

## Install

```bash
pip install .
```

Or run directly with `uv`:

```bash
uv run td
```

## Usage

```bash
td          # Open the task manager
td archive  # View archived tasks
```

## Keybindings

| Key | Action |
|-----|--------|
| ↑/k | Move up |
| ↓/j | Move down |
| Enter | Edit hovered item |
| n | Add new task (max 10) |
| d | Delete hovered task |
| Space | Toggle done |
| a | Archive all done tasks |
| q | Quit |

In edit mode, type to modify text, Enter to confirm, Esc to cancel.

## Storage

Tasks are stored in `~/.td.db` (portable SQLite file). Delete it to start fresh.

## Show some love

Ethereum: `0x88a0e1b80B92F0cFaa89a936b827Ce291cFb0028`