Note Taking with Git
- Kotlin 89.1%
- Rust 9.5%
- Nix 0.7%
- Makefile 0.5%
- Just 0.2%
| app | ||
| assets | ||
| gradle | ||
| metadata | ||
| build.gradle.kts | ||
| BUILD.md | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| DEV.md | ||
| flake.lock | ||
| flake.nix | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
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
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
Aand another folder nameda,awill not be displayed. - Conflict will make the app crash
Contributing
See this file.