Metadata-Version: 2.1
Name: TeXUtil
Version: 0.1.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Click

# texutil
CLI utilities for handling TeX files
```
 Usage: txu [OPTIONS] COMMAND [ARGS]...

╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help      Show this message and exit.                                                                  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────────────╮
│ clean  Cleans a directory of generated files after TeX compilation. By default, includes everything      │
│        except .tex Use the -i flag to ignore a specific file type. This option can be repeated as        │
│        necessary.                                                                                        │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
