Metadata-Version: 2.4
Name: reminder-aggregator
Version: 0.1.2
Summary: A simple cli application that aggregates codereminder tags like TODO, etc. in a report
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: click>=8.3.0
Requires-Dist: pathspec==0.12.1
Requires-Dist: pip==25.2
Description-Content-Type: text/markdown

# Reminder Aggregator

A simple python tool that scans files in a directory for common reminder tags such as `TODO`, `FIXME`, etc. and generates a report from them.

## Requirements

- Python 3.10+

## Installation

With [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended):

```bash
uv sync
```

## Usage

```bash
reminder_aggregator --help
```

## Future Changes

- Filter to check whether a reminder-tag is inside a comment (currently causes false positives)
- Support for multiple output formats

## License

GNU General Public License v3.0 or later

See [LICENSE](./LICENSE) to see the full text.
