Recommend forgejo-cli instead of codeberg-cli

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.
This commit is contained in:
leeroyjankins 2026-04-01 20:48:40 +00:00
parent d5dbed89c4
commit 46aaac267e
No known key found for this signature in database

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.
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`
@ -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).
### 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
for Codeberg.
The main difference compared to `tea` are:
The [forgejo-cli project](https://codeberg.org/forgejo-contrib/forgejo-cli), or `fj`, is a CLI client that can be used
with instances of Forgejo, including Codeberg. It is a younger project than `tea`, but its scope includes features
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
- 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.
This project is maintained by contributors in the [Forgejo community](https://codeberg.org/forgejo-contrib).