this post was submitted on 16 Jul 2025
21 points (95.7% liked)

Open Source

38991 readers
198 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?

top 7 comments
sorted by: hot top controversial new old
[–] JTskulk@lemmy.world 0 points 20 hours 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 12 hours 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 1 points 3 hours 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 :)

[–] jeena@piefed.jeena.net 7 points 2 days ago (1 children)

I use errands https://github.com/mrvladus/Errands

I'm not sure about import, but I use CalDAV as the backend for both so they synchronize nicely.

[–] Father_Redbeard@lemmy.ml 1 points 2 days ago

Yep, same here. Works well.

[–] zarlin@lemmy.dbzer0.com 5 points 2 days ago

It looks like the dev is working on porting Tasks to other platforms, including desktop. Though it's still in development, so not a solution right now.

https://github.com/tasks/tasks/issues/1256#issuecomment-2254357664

[–] bledley@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

Syncing tasks app with Thunderbird using CalDAV rather than your json method is one way of doing it. There may be other tasks apps out there though?..You'd need a CalDAV service for hosting the tasks..I use Posteo (email/calendar) and it supports this.