feat: Add a way to list the users' repos #160 #235

Merged
Aviac merged 2 commits from list into main 2025-09-15 20:51:48 +02:00
Owner

The user can list all their repos using:
berg repo list

The following filters are allowed:
--limit The maximum repositories to be returned
--order-by The criteria for sorting (id, size, name)
The limit defaults to 19 and order_by defaults to name.
(should have renamed to sort but...)

Update the codeberg api to be 0.5 instead of 0.4 to use order_by (sort)

Fixes (#159)

This closes #160 and #159

> The user can list all their repos using: > berg repo list > > The following filters are allowed: > --limit <u32> The maximum repositories to be returned > --order-by <string> The criteria for sorting (id, size, name) > The limit defaults to 19 and order_by defaults to name. > (should have renamed to sort but...) > > Update the codeberg api to be 0.5 instead of 0.4 to use order_by (sort) > > Fixes (#159) This closes #160 and #159
Aviac self-assigned this 2025-09-15 20:51:04 +02:00
The user can list all their repos using:
    `berg repo list`

The following filters are allowed:
    `--limit <u32>` The maximum repositories to be returned
    `--order-by <string>` The criteria for sorting (id, size, name)
The limit defaults to 19 and order_by defaults to name.
(should have renamed to sort but...)

Update the codeberg api to be 0.5 instead of 0.4 to use order_by (sort)

Signed-off-by: Gekko Wrld <gekkowrld@gmail.com>
Aviac merged commit 8eb1ffa1c3 into main 2025-09-15 20:51:52 +02:00
Aviac deleted branch list 2025-09-15 20:51:52 +02:00
Sign in to join this conversation.
No description provided.