CLI application for interacting with Forgejo
  • Rust 99.6%
  • Nix 0.3%
Find a file
2026-03-06 04:15:28 +01:00
.forgejo chore(renovate): add Cyborus as reviewer 2026-01-22 16:50:58 -05:00
.woodpecker build(publish): update image url for publish-builds step 2026-01-14 20:59:19 -05:00
src chore(repo label delete): show what user entered instead ID number 2026-02-22 09:24:22 +01:00
.gitignore feat: add Nix flake 2024-08-10 12:01:07 +02:00
build.rs feat!: hardcode oauth client ids 2025-08-29 22:24:25 -04:00
Cargo.lock Merge pull request 'Update Rust crate tokio to v1.50.0' (#346) from renovate/tokio-1.x-lockfile into main 2026-03-06 04:15:28 +01:00
Cargo.toml Update Rust crate serde-saphyr to 0.0.21 2026-02-28 02:02:17 +01:00
Dockerfile Replace debian Docker tag with data.forgejo.org/oci/debian 13 2026-01-23 08:02:08 +00:00
flake.lock chore(nix): update flake 2025-12-30 11:31:24 +01:00
flake.nix chore: bump version to 0.4.0 2026-01-15 09:13:06 -05:00
LICENSE-APACHE add licensing 2023-11-17 18:04:02 -05:00
LICENSE-MIT add licensing 2023-11-17 18:04:02 -05:00
README.md docs: redesign README 2026-01-14 18:49:42 -05:00

fj, a CLI client for Forgejo

... akin to gh, glab, or tea!

You can...

  • Open, edit, comment on, close issues
  • Create and merge pull requests
    • Easily create AGit pull requests, no need to fork!
  • Create, star, watch, and edit repositories
  • Manage organizations and teams
  • Publish new releases

all from the command line! Check out the wiki for more details and explanations.

fj doesn't try to replace your usage of git, it's meant to work alongside it. It handles all the Forgejo-specific things that git doesn't.

Matrix Chat

Installation

Pre-built binaries are available for x86_64 Windows and Linux (GNU) on the releases tab.

See the wiki page on installation for more options.

Licensing

This project is licensed under either Apache License Version 2.0 or MIT License at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.