update size for git repos and kitty scrollback

This commit is contained in:
Noah Masur
2024-02-28 16:10:56 -05:00
parent bbdfeb645e
commit 67f7506636
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
esac
selected=$(gh repo list "$organization" \
--limit 50 \
--limit 100 \
--no-archived \
--json=name,description,isPrivate,updatedAt,primaryLanguage \
| jq -r '.[] | .name + "," + if .description == "" then "-" else .description |= gsub(","; " ") | .description end + "," + .updatedAt + "," + .primaryLanguage.name' \