this post was submitted on 09 Aug 2023
17 points (100.0% liked)

F-Droid

7876 readers
1 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
 

Are there any open source apps that can version control text files in Android? I don't necessarily need something with lots of features like Git. Even something similar to RCS would be sufficient for me.

top 2 comments
sorted by: hot top controversial new old
[–] perryOnCrack@lemmy.ml 2 points 1 year ago* (last edited 1 year ago) (1 children)

There's one based on Git, but haven't been updated for a while: Git Journal

Using git it's probably the most easy and lightweight method to VC plain text, and you will probably just need to use the git commit command most of the time.

I personally just use a bash script and run it through Tasker and Termux to sync my text notes to GitHub.

[–] citytree@lemmy.ml 1 points 1 year ago

Using git it’s probably the most easy and lightweight method to VC plain text ...

Really? I am currently using RCS for my simpler version control needs, and Git for larger and collaborative projects.