Recommend forgejo-cli instead of codeberg-cli in the section on CLI clients (#773)

Since [codeberg-cli](https://codeberg.org/Aviac/codeberg-cli) has been discontinued, update the section on CLI clients to recommend forgejo-cli, which the codeberg-cli maintainer endorses.

Given the endorsement, I presume that it's worth recommending in the docs, even though the project is relatively young. Having used it myself, I can vouch for it.

I wrote a brief overview of forgejo-cli to contrast it slightly with `tea`.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/773
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: leeroyjankins <hatemail@jank.wtf>
Co-committed-by: leeroyjankins <hatemail@jank.wtf>
This commit is contained in:
leeroyjankins 2026-04-09 11:00:42 +02:00 committed by Gusted
parent 2ace081a8d
commit 047aa55ba0

View file

@ -116,7 +116,7 @@ It's even more important when you have collaborators on a project; they may chan
pull these modifications before you start working. pull these modifications before you start working.
Because of this, it is recommended to pull before pushing. Because of this, it is recommended to pull before pushing.
## CLI clients `tea` and `berg` for other actions ## CLI clients `tea` and `fj` for other actions
### Gitea / Forgejo CLI `tea` ### Gitea / Forgejo CLI `tea`
@ -125,15 +125,10 @@ and [Forgejo](https://forgejo.org). Since Codeberg runs on Forgejo, you can use
This project is maintained by [the Gitea project](https://gitea.com). This project is maintained by [the Gitea project](https://gitea.com).
### Codeberg CLI `berg` ### Forgejo CLI `fj`
The [codeberg-cli project](https://codeberg.org/RobWalt/codeberg-cli), aka. `berg`, is a CLI client that is tailored The [forgejo-cli project](https://codeberg.org/forgejo-contrib/forgejo-cli), or `fj`, is a CLI client that can be used
for Codeberg. with instances of Forgejo, including Codeberg. It is a younger project than `tea`, but its scope includes features
The main difference compared to `tea` are: specific to Forgejo, such as browsing a repo's integrated wiki.
- extra features: `berg` provides some features that `tea` doesn't implement, like editing issues or pull requests This project is maintained by contributors in the [Forgejo community](https://codeberg.org/forgejo-contrib).
- active development: the `berg` repository is actively developed and maintained by a few community members
- modern UI: `berg` offers an interactive and modern looking user experience
If you're interested, check out the [codeberg-cli wiki](https://codeberg.org/RobWalt/codeberg-cli/wiki), which contains
just about everything you need to know about it.