A FOSS Git multiplatform client for newbies and pros
Go to file
Abdelilah El Aissaoui e6619cbd4b Diff scroll is now preserved when changing the diff entry
The scroll is stored in the view model and only resetted when changing to a different file or state (staged/unstaged version of the same file).
2022-01-03 22:59:35 +01:00
gradle/wrapper Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
src/main Diff scroll is now preserved when changing the diff entry 2022-01-03 22:59:35 +01:00
.gitignore Initial commit 2021-09-24 14:25:17 +02:00
build.gradle.kts Creation of multiple viewmodels that hold data state 2022-01-03 21:39:53 +01: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
LICENSE Create LICENSE 2021-10-15 01:45:55 +02:00
README.md Updated readme 2021-11-05 04:28:12 +01: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 alpha and many feature are lacking or missing, but it's somewhat usable for basic usage.

Feel free to open issues for bugs or sugestions.