show all repos

This commit is contained in:
Ben Harris 2022-03-25 15:29:45 -04:00
parent a1d10b6b41
commit bc10b09e32
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
list=$(curl -s https://tildegit.org/api/v1/orgs/tildeverse/repos \
list=$(curl -s 'https://tildegit.org/api/v1/orgs/tildeverse/repos?limit=100' \
| jq -r '.[] | [.name, .description, .website, .html_url] | @csv')
IFS='
'