summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make normalize_to_root return best-effortA Farzat8 days1-7/+12
| | | | | | | | | The previous verion failed if recursive `root.parent()` reached an error, but thinking about it, if the two paths have different starting points (like Windows drives), then the desirable function would be to return the absolute target path as-is. Naturally, the current funtion gives a wrong output if the supplied arguments are not absolute, but that shall be enforced using a future test.
* Make normalize return paths relative to rootA Farzat8 days1-11/+38
| | | | | This is still not complete, as it panics if target_path is not reachable from root.
* Add basic path normalization relative to originA Farzat9 days1-7/+28
|
* Start by normalizing user input filenamesA Farzat9 days1-0/+43
| | | | | | The filenames displayed in the output markdown should be consistent, regardless of the way they were input to the program (absolute, relative). They should always be relative to the project root.
* Init cargo projectA Farzat2026-03-111-0/+3