Note Taking with Git
  • Kotlin 89.1%
  • Rust 9.5%
  • Nix 0.7%
  • Makefile 0.5%
  • Just 0.2%
Find a file
Fr4nz D13trich 21af2debe2 Repo cloned
2026-02-15 12:15:10 +01:00
app Repo cloned 2026-02-15 12:15:10 +01:00
assets Repo cloned 2026-02-15 12:15:10 +01:00
gradle Repo cloned 2026-02-15 12:15:10 +01:00
metadata Repo cloned 2026-02-15 12:15:10 +01:00
build.gradle.kts Repo cloned 2026-02-15 12:15:10 +01:00
BUILD.md Repo cloned 2026-02-15 12:15:10 +01:00
CHANGELOG.md Repo cloned 2026-02-15 12:15:10 +01:00
CONTRIBUTING.md Repo cloned 2026-02-15 12:15:10 +01:00
DEV.md Repo cloned 2026-02-15 12:15:10 +01:00
flake.lock Repo cloned 2026-02-15 12:15:10 +01:00
flake.nix Repo cloned 2026-02-15 12:15:10 +01:00
gradle.properties Repo cloned 2026-02-15 12:15:10 +01:00
gradlew Repo cloned 2026-02-15 12:15:10 +01:00
gradlew.bat Repo cloned 2026-02-15 12:15:10 +01:00
justfile Repo cloned 2026-02-15 12:15:10 +01:00
LICENSE Repo cloned 2026-02-15 12:15:10 +01:00
README.md Repo cloned 2026-02-15 12:15:10 +01:00
settings.gradle.kts Repo cloned 2026-02-15 12:15:10 +01:00

GitNote

GitHub release (latest SemVer) F-Droid IzzyOnDroid

Android note app which integrate Git. You can use this app with other desktop editors.

Why

Because all apps which integrate git on Android either separate the note title from the name of the file or use old UI/UX frameworks

Features

  • create/open/clone repositories
  • notes search (global and from specific folder)
  • grid view
  • tree view
  • edit view
  • private repo (SSH and HTTPS)
  • remote sync
  • time based sort

grid screen drawer screen edit screen

Supported Android versions: 11 to 16

Supported Architecture: arm64-v8a, x86_64

Build

See.

Current limitation

  • Android does not differentiate case for file name, so if you have a folder named A and another folder named a, a will not be displayed.
  • Conflict will make the app crash

Contributing

See this file.