Gitnuro - Multiplatform Git Client
Find a file
2022-08-07 17:37:08 +02:00
gradle/wrapper Updated gradle version 2022-03-30 00:08:42 +02:00
icons Improve macOS app-icon 2022-06-02 19:09:55 +02:00
res/img Updated latest.json and screenshots 2022-08-06 22:38:40 +02:00
src Unified OS checking calls 2022-08-07 17:37:08 +02:00
.gitignore Initial commit 2021-09-24 14:25:17 +02:00
build.gradle.kts Increased version to 1.0.1 2022-08-07 16:41:41 +02:00
gradle.properties Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
gradlew Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
gradlew.bat Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
latest.json Updated latest.json and screenshots 2022-08-06 22:38:40 +02:00
LICENSE Create LICENSE 2021-10-15 01:45:55 +02:00
README.md Update README.md 2022-08-07 00:07:05 +02:00
settings.gradle.kts Initial commit 2021-09-24 14:25:17 +02:00

Gitnuro

A FOSS Git client based on (Jetbrains) Compose and JGit.

The main goal of Gitnuro is to provide a multiplatform open source Git client without any kind of constraint to how you can use it nor relying on web technologies.

The project it is still in early stages and many features are lacking or missing, but it's stable for daily usage.

Gitnuro features:

  • View diffs for text based files.
  • View your history log and all its branches.
  • Add (stage) & reset (unstage) files.
  • Stage & unstage of hunks.
  • Checkout files (revert changes of uncommited files).
  • Clone.
  • Commit.
  • Reset commits.
  • Revert commits.
  • Amend previous commit.
  • Merge.
  • Rebase.
  • Create and delete branches locally.
  • Create and delete tags locally.
  • View remote branches.
  • Pull and push.
  • Stash and pop stash.
  • Checkout a commit (detached HEAD).
  • View changes/diff in images (side to side comparison).
  • Force push.
  • Remove branches from remote.
  • Manage remotes.
  • Start a new local repository.
  • Search by commit message/author/commit id.
  • Rebase interactive.
  • Blame file.
  • View file history.

Missing:

  • Create/Apply patches
  • Remove tags from remote.
  • Side by side diff in text files.
  • View stashes in the log tree.
  • Submodules support.

Steps to build

Note: Requires minimum JDK 16.

  • Clone the project
  • Open terminal/shell in the project folder
  • ./gradlew run to run the project
  • ./gradlew tasks to view other build options (native building requires java >=15)

Feel free to open issues for bugs or sugestions.

Screenshots (latest update: 04 apr 2022)

Example 1 Example 2 Example 3 Example 4 Example 5