I just released fgj v0.3.0 (a cli like gh, but for forgejo/codeberg).
Changes include :
- Forgejo Actions: watch, rerun, cancel runs; enable/disable workflows
- Create repos with full options (visibility, README, .gitignore, license)
- Assign/manage issue labels
- Shell completions (bash/zsh/fish/powershell) & man pages
- XDG Base Dir support
You can get it here : https://codeberg.org/romaintb/fgj/releases/tag/v0.3.0
Or just updating the AUR package ;)

v0.3.0 - romaintb/fgj
Third release of **fgj**, a CLI tool for Forgejo and Gitea instances. ## Highlights - **Forgejo Actions** - watch, rerun, and cancel workflow runs; enable and disable workflows - **Workflow Management** - list, view, and trigger workflows directly from the CLI - **Repository Creation** - ...