79562605

Date: 2025-04-08 16:40:24
Score: 1.5
Natty:
Report link

Got the Answer..

Don't understand why the down voting - very unnecessary..

This is the code.

function list-my-gh-pages() {
  curl -s "https://api.github.com/users/YOUR_USERNAME/repos?per_page=100" | \
  jq -r '.[] | select(.has_pages) | "\(.name): https://\(.owner.login).github.io/\(.name)"'
}

and run it:

list-my-gh-pages

works exactly like I want it to.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nabeel