Skip to content

Instantly share code, notes, and snippets.

@pelletier
Created September 16, 2021 21:36
Show Gist options
  • Save pelletier/9e522aacce3ac361bdf5a856bd9bc159 to your computer and use it in GitHub Desktop.
Save pelletier/9e522aacce3ac361bdf5a856bd9bc159 to your computer and use it in GitHub Desktop.
Local copy of GitHub issues
gh issue list --json number,title,body -t "{{range .}}
---
## {{.number}} - {{.title}}
{{.body}}
{{end}}"|sed 's/\r//g' > issues.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment