markfullmer / github-card-print

Use this to generate a physical card representation from Github issues.

Home Page:https://githubcard.markfullmer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Card Display

https://githubcard.markfullmer.com/

Generate a list of issues from the GH CLI to render as printable cards

REPO=""
HOST=""
gh api -X GET search/issues?order=asc\&sort=updated\&per_page=100 -f q="is:issue repo:$HOST/$REPO state:open" > $REPO.json

About

Use this to generate a physical card representation from Github issues.

https://githubcard.markfullmer.com


Languages

Language:PHP 36.7%Language:HTML 33.1%Language:CSS 30.3%