mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
update size for git repos and kitty scrollback
This commit is contained in:
@ -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' \
|
||||
|
Reference in New Issue
Block a user