lfos / calcurse

A text-based calendar and scheduling application
https://calcurse.org
BSD 2-Clause "Simplified" License
990 stars 94 forks source link

[Feature Request] todo.txt flavor #236

Open ChausseBenjamin opened 5 years ago

ChausseBenjamin commented 5 years ago

todo.txt is an alternative todo management tool. I currently love calcurse for it's Calendar integration but syncronisation with other platforms are more tedious. I know it is a huge undertaking, but would you consider giving the user the option to use a todo.txt flavour for the todo tab? This would allow users to provide a todo.txt file to calcurse. Todo.txt is widely compatible and this would help with syncing todos across multiple devices (notably android and iOS). https://github.com/todotxt

lfos commented 5 years ago

Maybe you can create a script that converts todo.txt to iCal files, then imports them to calcurse and vice versa? That could be a pretty good workaround and much easier to implement than native todo.txt support.