Metadata-Version: 2.1
Name: tdmd
Version: 0.0.2
Summary: Manage your tasks using the command line interface and view your plans in a visually appealing markdown file.
Author-email: Alex Zolotarov <alex@zolotarov.me>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fire

TODOMD
------

> CLI Todo Application

Manage your tasks using the command line interface and view your plans in a visually appealing markdown file.

```
NAME
    todomd - Scan markdown todo history, highlight days and priority

SYNOPSIS
    todomd FILENAME

DESCRIPTION
    Scan markdown todo history, highlight days and priority

POSITIONAL ARGUMENTS
    FILENAME
        Type: str

NOTES
    You can also use flags syntax for POSITIONAL ARGUMENTS
```
