summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move render_filename to utils as display_pathA Farzat2026-06-064-17/+17
* Add warnings for binary filesA Farzat2026-06-051-0/+8
* Add human readable warnings for large filesA Farzat2026-06-051-1/+37
* Make main.rs use render_pathA Farzat2026-06-052-4/+2
* Test rejection of too big filesA Farzat2026-06-051-2/+63
* Remove the deprecated renderer functionA Farzat2026-06-051-33/+1
* Use Renderer instead of renderer in main.rsA Farzat2026-06-051-16/+9
* Migrate renderer tests to RendererA Farzat2026-06-051-95/+29
* Test binary file rendering in RendererA Farzat2026-06-051-4/+28
* Test single file rendering in RendererA Farzat2026-06-051-2/+26
* Start migrating to Renderer structA Farzat2026-06-051-1/+26
* Remove quotations around filenamesA Farzat2026-06-052-10/+19
* Make headers more descriptive for LLMsA Farzat2026-06-052-15/+8
* 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-043-53/+482
* Obtain absolute input path from NormalizerA Farzat2026-06-042-17/+63
* Support root and origin_base in run functionA Farzat2026-06-041-6/+43
* Escape non-standard paths in the markdown fileA Farzat2026-06-042-25/+51
* Use Normalizer in the CLIA Farzat2026-06-041-7/+52
* Make NormalizeError implement Error traitA Farzat2026-06-041-5/+32
* Handle basic stdinA Farzat2026-06-041-8/+50
* Start adding CLI testsA Farzat2026-06-042-0/+46
* Identify and reject binary filesA Farzat2026-06-041-11/+34
* Safely escape files with backticksA Farzat2026-06-041-1/+60
* Add a renderer module to render markdown contentA Farzat2026-06-042-0/+40
* Move normalizer to a child moduleA Farzat2026-06-041-0/+0
* Ensure unnormalized root paths can be handledA Farzat2026-06-031-25/+29
* Rename to intuitive namesA Farzat2026-06-031-59/+56
* Assert absolute paths in corresponding internalsA Farzat2026-06-031-12/+43
* Change normalize_path to a struct methodA Farzat2026-06-031-49/+50
* Reject incorrect inputs which go outside fs rootA Farzat2026-06-031-9/+54
* Convert to absolute paths in normalize_pathA Farzat2026-06-031-13/+73
* Make normalize_to_root return best-effortA Farzat2026-06-031-7/+12
* Make normalize return paths relative to rootA Farzat2026-06-021-11/+38
* Add basic path normalization relative to originA Farzat2026-06-021-7/+28
* Start by normalizing user input filenamesA Farzat2026-06-021-0/+43
* Add Cargo.lock fileA Farzat2026-06-021-0/+7
* Init cargo projectA Farzat2026-03-113-0/+10