Metadata-Version: 2.4
Name: fixmefinder
Version: 0.1.0
Summary: Add your description here
Author-email: TerminalMan <84923604+SecretiveShell@users.noreply.github.com>
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: httpx>=0.28.1
Requires-Dist: pathspec>=0.12.1
Requires-Dist: pydantic>=2.11.7
Description-Content-Type: text/markdown

# fixmefinder

fixmefinder is a command-line tool that scans Python files for `# TODO:` and `# FIXME:` comments, creates issues for them in Linear, and updates the comments with the issue ID.

## Features

- Detects `TODO` / `FIXME` comments in `.py` files
- Respects `.gitignore`
- Creates issues in Linear using its API
- Updates comments with the Linear issue ID

## Installation

1. install `uv`
2. run `uv tool install fixmefinder`

## Usage

3. run `fixmefinder` from the repo root

## License

This project is licensed under the MIT License.
