1
Fork 0

Rename github account

This commit is contained in:
prescientmoon 2024-05-28 02:39:42 +02:00
parent a28c4932f7
commit 2d9ade9c00
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
11 changed files with 80 additions and 9 deletions
scripts/github

3
scripts/github/fetch-repos.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
gh repo list --limit 200 --json name,description,url,sshUrl,owner,visibility,isArchived,isFork \
| jq > ./repos.json