1
0
Fork
You've already forked forgejo-cli
0
CLI application for interacting with Forgejo
  • Rust 99.5%
  • Nix 0.5%
Florian Obernberger 32489c186c
rework: fix logic errors and add fallback to $EDITOR
- Reworked some logic errors
- Added fallback to $EDITOR where previously erroneously assumed that git2 would fall back automatically
Ref: forgejo-contrib/forgejo-cli#385 (comment) 
2026年03月24日 22:16:53 +01:00
.forgejo docs: add forgejo version to bug report template 2026年03月17日 18:13:01 -04:00
.woodpecker build(publish): update image url for publish-builds step 2026年01月14日 20:59:19 -05:00
src rework: fix logic errors and add fallback to $EDITOR 2026年03月24日 22:16:53 +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 remote-tracking branch 'refs/remotes/origin/main' 2026年03月24日 09:11:19 +01:00
Cargo.toml Merge remote-tracking branch 'refs/remotes/origin/main' 2026年03月24日 09:11:19 +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 style(nix): reformat flake.nix with nixfmt 2026年03月13日 14:00:25 +01: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.