this post was submitted on 16 Jul 2025
23 points (96.0% liked)

Open Source

39094 readers
556 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Tasks.org is an amazing app but it's android only. I've got the back ups showing up on my linux machine via syncthing, but is there a tasks app that can use them?

you are viewing a single comment's thread
view the rest of the comments
[–] JTskulk@lemmy.world 1 points 5 days ago (1 children)

DIY!

I'll write one for you when I'm bored if you can give me an example json file.

[–] Paddy66@lemmy.ml 1 points 5 days ago (1 children)

wow! that's quite a serious undertaking..... especially if you need to be able to interact with it e.g. create new tasks, change due dates, mark as done/not done.

you sure?

[–] JTskulk@lemmy.world 2 points 4 days ago

I'm not sure, but those 3 features sound very basic and easy to implement. Sounds like a simple tasks app to me unless there's more advanced behavior I'm not aware of. I've been cranking out pyqt projects lately and got decent at doing it pretty fast, I'm between projects at the moment :)