10
310
Fork
You've already forked codeberg-cli
33

Add a way to list the users' repos #160

Closed
gekkowrld wants to merge 1 commit from gekkowrld/codeberg-cli:list into main
pull from: gekkowrld/codeberg-cli:list
merge into: Aviac:main
Aviac:main
Contributor
Copy link

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)

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)
Owner
Copy link

Superseded by #235 I incorporated your changes there. Sorry for letting this sit for so long and thank you very much for the contribution! 💚

Superseded by #235 I incorporated your changes there. Sorry for letting this sit for so long and thank you very much for the contribution! 💚
Aviac closed this pull request 2025年09月15日 20:52:29 +02:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aviac/codeberg-cli!160
Reference in a new issue
Aviac/codeberg-cli
No description provided.
Delete branch "gekkowrld/codeberg-cli:list"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?