gh2md
                                
                                
                                
                                    gh2md copied to clipboard
                            
                            
                            
                        Export Github repository issues, pull requests and comments to markdown.
This might be a silly thought, but I'm curious if there's a way to bulk-export all issues/PRs across all projects without explicitly naming them all. I figured it would be...
currently, images have no special handling gh2md simply uses the original image source ideally, the user can enable image scraping * download the images to git * rewrite the image...
for better navigation navigating an anonymous file list like ``` 2020-09-22.1.issue.closed.md 2020-09-22.2.issue.closed.md 2020-11-04.3.issue.closed.md 2021-07-31.4.issue.open.md 2022-05-31.7.issue.open.md 2022-06-01.8.issue.open.md 2022-06-05.9.issue.open.md ``` is not user friendly
You're forced to retrieve issues from the begin of time right now - it'd be useful to support `since`. This exists on issues, but I couldn't see it for PRs...
Currently the output for single-file export is always oldest-first.
I don't think either of these were available when I first wrote the script - would be handy to support them.
I thought by using `gh2md --multiple-files --idempotent --file-extension .gfm rear/rear issues` the exsiting files in directory `issues/` would be skipped. Seems when the `issues` directory is already present we get...
I’m trying to play with gh2md and I cannot seem to get it working, but if I *recreate* the effective GraphQL query and call with `curl`, I get results and...
Hey Matt, Thanks for the nice work. - I was wondering if you could add a couple more params in the argparser in order for the user to submit or...
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...