Search Criteria
Package Details: fgj 0.4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fgj.git (read-only, click to copy) |
|---|---|
| Package Base: | fgj |
| Description: | A command-line tool for working with Forgejo instances (including Codeberg.org) |
| Upstream URL: | https://codeberg.org/romaintb/fgj |
| Licenses: | MIT |
| Submitter: | romaintb |
| Maintainer: | romaintb |
| Last Packager: | romaintb |
| Votes: | 1 |
| Popularity: | 0.36 |
| First Submitted: | 2025-12-17 10:17 (UTC) |
| Last Updated: | 2026-04-20 09:39 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
m040601 commented on 2025-12-19 17:36 (UTC)
Correction.
I got confused.
https://codeberg.org/Cyborus/forgejo-cli/, is written in Rust, not Go.
romaintb commented on 2025-12-19 17:28 (UTC)
@m040601, to be honest, I just wanted a little project to try my hand at Go. I did not test other clis for Forgejo at all. So maybe others are better or have more features, I don't know :) Thanks for the suggestion, I don't know much about AUR but I understand the use case and it would make sense to provide arm precompiled bins. I will have a close look at it. Cheers !
m040601 commented on 2025-12-19 17:20 (UTC) (edited on 2025-12-19 17:35 (UTC) by m040601)
Hi romaintb welcome to the AUR.
Thanks for this much needed CLI tool for forgejo.
I knew and had been using the Rust one, https://codeberg.org/Cyborus/forgejo-cli/. Seems now it redirects to, https://codeberg.org/forgejo-contrib/forgejo-cli/releases/. Last release may25, still very active.
And it's the 3rd time I see a fork of a forgejo helper CLI happen. It is strange there is not yet a robust stable "official" forgejo (user helper) CLI. I dont mean the server CLI tool, https://forgejo.org/docs/latest/admin/command-line/. I mean a user helper CLI like "github gh" or "gitlab glab".
I am curious . What are the difference to https://codeberg.org/forgejo-contrib/forgejo-cli/releases/tag/v0.3.0 ? Cant find it on the README.
It would be very nice if you could release recompiled binaries on codeberg (x86, arm, arm64). Should be very easy with Go.
And then provide a PKGBUILD "fgj-bin". Much needed for small underpowered computers (raspberry etc), where you dont want/cant download the go compilation setup.
Thanks in advance.