mattduck / gh2md

Export Github repository issues, pull requests and comments to markdown.
MIT License
244 stars 45 forks source link

gh2md --multiple-files should produce canonical file paths #45

Open milahu opened 2 months ago

milahu commented 2 months ago

actual

2020-11-04.3.issue.closed.md
2022-07-09.24.issue.open.md

problem: closed and open are not "canonical" but variable this means issue urls are not permalinks, and git history is broken at file renames

expected

2020-11-04.3.issue.md
2022-07-09.24.issue.md

or

issues/3.md
issues/24.md