A CLI and web tool to convert GitHub issues, discussions, or pull requests into Markdown format.
The majority of the content in this repository was generated by AI.
$ go install github.com/bigwhite/issue2md/cmd/issue2md@latestUsage: issue2md [flags] url [markdown-file]
Arguments:
url The URL of the GitHub issue, discussion, or pull request to convert.
markdown-file (optional) The output markdown file.
Flags:
-enable-reactions
Include reactions in the output.
-enable-user-links
Enable user profile links in the output.$docker run -d -p 8080:8080 bigwhite/issue2mdweb
$ git clone https://github.com/bigwhite/issue2md.git
$ make web
$ ./issue2mdweb
Server is running on http://0.0.0.0:8080Open localhost:8080 in your browser:
Input the issue, discussion, or pull request URL you wish to convert and click the "Convert" button!
