summaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove quotations around filenamesA Farzat2026-06-051-2/+2
* Make headers more descriptive for LLMsA Farzat2026-06-051-2/+2
* Add basic CLI handlingA Farzat2026-06-051-3/+35
* Improve project name derivation handlingA Farzat2026-06-051-16/+42
* Default project name to the ending of root pathA Farzat2026-06-041-4/+26
* Use directories from tempfile for unit testingA Farzat2026-06-041-53/+40
* Obtain absolute input path from NormalizerA Farzat2026-06-041-5/+38
* Support root and origin_base in run functionA Farzat2026-06-041-6/+43
* Escape non-standard paths in the markdown fileA Farzat2026-06-041-4/+4
* Use Normalizer in the CLIA Farzat2026-06-041-7/+52
* Handle basic stdinA Farzat2026-06-041-8/+50
* Start adding CLI testsA Farzat2026-06-041-0/+32
* Init cargo projectA Farzat2026-03-111-0/+3