summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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