Skip to content

Instantly share code, notes, and snippets.

@cwfitzgerald
Last active December 4, 2025 20:51
Show Gist options
  • Select an option

  • Save cwfitzgerald/ece29363b36f53ebf4a0d6c9531ee858 to your computer and use it in GitHub Desktop.

Select an option

Save cwfitzgerald/ece29363b36f53ebf4a0d6c9531ee858 to your computer and use it in GitHub Desktop.
Commands for wgpu Meeting
gh issue list --repo gfx-rs/wgpu -L 1000 --search $'created:>=( ( (date now) - 8day ) | format date "%Y-%m-%d" )' --json number,title,url --jq '.[] | "* [#\(.number)](\(.url)) \(.title) "'
gh pr list --repo gfx-rs/wgpu -L 1000 --search "is:open draft:false sort:created-asc" --json number,author,title,assignees,url --jq '.[] | "* [#\(.number)](\(.url)) \(.title) (By \((if .author.name == null then (.author.login) else (.author.name) end)); \((if (.assignees|length)==0 then "Unassigned" else "Assigned to " + (.assignees|map("@"+.login)|join(" ")) end)))"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment