| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make normalize_to_root return best-effort | A Farzat | 8 days | 1 | -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 root | A Farzat | 8 days | 1 | -11/+38 |
| | | | | | | This is still not complete, as it panics if target_path is not reachable from root. | ||||
| * | Add basic path normalization relative to origin | A Farzat | 9 days | 1 | -7/+28 |
| | | |||||
| * | Start by normalizing user input filenames | A Farzat | 9 days | 1 | -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 project | A Farzat | 2026-03-11 | 1 | -0/+3 |
