Metadata-Version: 2.4
Name: vitodo
Version: 0.1.0
Summary: Highly customizable todo.txt visualization tool
Maintainer-email: Ahmet Arda Kavakcı <ahmetardakavakci@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Documentation, https://github.com/dybdeskarphet/vitodo
Project-URL: Issues, https://github.com/dybdeskarphet/vitodo/issues
Project-URL: Repository, https://github.com/dybdeskarphet/vitodo
Project-URL: Changelog, https://github.com/dybdeskarphet/vitodo
Keywords: todotxt,todo,minimal,cli,productivity,productive
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.12.5
Requires-Dist: rich>=14.2.0
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: typer>=0.21.1
Dynamic: license-file

<p align="center">
    <strong>✔️ vitodo</strong>
</p>

<p align="center">
  vitodo is a highly customizable
  <a href="https://github.com/todotxt/todo.txt">todo.txt</a>
  visualization tool
</p>

<p align="center">
  <a href="https://pypi.org/project/vitodo/">
    <img src="https://img.shields.io/pepy/dt/vitodo" alt="Pepy Total Downloads" />
  </a>
  <a href="https://pypi.org/project/vitodo/">
    <img src="https://img.shields.io/pypi/v/vitodo" alt="PyPI - Version" />
  </a>
  <a href="https://pypi.org/project/vitodo/">
    <img src="https://img.shields.io/pypi/l/vitodo" alt="PyPI - License" />
  </a>
</p>

<p align="center">
  <strong><a href="https://github.com/dybdeskarphet/vitodo/wiki">Wiki</a></strong>
  &bull;
  <strong><a href="./CHANGELOG.md">Changelog</a></strong>
</p>

## Overview

- `grouped-view` – shows to-do list grouped with the specified key
- `eisenhower-view` – shows to-do list in an Eisenhower matrix

## Installation

Install with `pipx`, `pip` or `uv` accordingly:

```
pipx install vitodo
pip install vitodo
uv tool install vitodo
```
