summaryrefslogtreecommitdiff
path: root/src/path_list_editor.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make append_paths preserve stream if no additionsA Farzat2026-06-211-3/+12
|
* Make remove_paths take origin_base directlyA Farzat2026-06-201-27/+40
| | | | | Passing normalizer makes both the binary and tests complicated without reducing the complexity of the function signature.
* Extract paths_from_null_separated_bytes to utilsA Farzat2026-06-201-10/+6
|
* Add module/function docs to path_list_editorA Farzat2026-06-201-1/+47
|
* Make remove_paths normalize paths for comparisonA Farzat2026-06-191-14/+130
|
* Fix append_paths when input does not end in NULA Farzat2026-06-191-5/+60
|
* Add functions to edit stdin path listA Farzat2026-06-191-0/+210
These would be used to create binaries that manipulate the input before piping it back into repo2markdown.