It stores todos in icalendar files, so it’s easy to sync onto a CalDav server and onto your phone.
I tried every todo app and ended up with a .txt file
151–160 of 831 posts
Re: I tried every todo app and ended up with a .txt file
#152The key is being able to filter all of your tasks down quickly to what's essential today. No way in hell I can visual-scan everything that's important to me.
Re: I tried every todo app and ended up with a .txt file
#153Reading through the comments under this thread, there are many users who swear by a plain text file, but who then build quite a lot of snowflake software to regain functionality offered by more structured TODO applications. That includes: - having your computer alert you to things that come up - being able to tag notes - being able to add events to a calendar - being able to set priority of tasks - expecting prioriti…
Do I need to start living in Emacs to get these benefits? Or are you saying I can use Emacs as my todo list app, close it after writing a todo, and have it pop up notifications?
But living in Emacs is more the sort of thing you get to do, not the sort of thing you'd need to do ;)
Re: I tried every todo app and ended up with a .txt file
#154To be honest, I have never understood the TODO "industry." Do people really have so many things to do, and is it really that difficult to keep track of them all? I do not know if it's just me but I feel completely alienated by these apps and articles.
Re: I tried every todo app and ended up with a .txt file
#155Reading through the comments under this thread, there are many users who swear by a plain text file, but who then build quite a lot of snowflake software to regain functionality offered by more structured TODO applications. That includes: - having your computer alert you to things that come up - being able to tag notes - being able to add events to a calendar - being able to set priority of tasks - expecting prioriti…
org mode has a lot of features, including customizability, but imposes some heavy constraints as well. By its nature it's only going to satisfy a sliver of the people who have come around to text file.
It's good you linked that document, though. At a glance it gives a fair idea of what you'd be buying in to.
Re: I tried every todo app and ended up with a .txt file
#156sigh I've done the text file thing, and it’s fine. Up to a (very small) point. What the author describes as their “workload” barely registers. For context, for me, Things on any given day has over 100 individual actions, most of which are recurring. By doing this, I can stay on top of an extremely broad surface area. There is no way a text file can handle the number of parallel work streams my (or really many) people…
Re: I tried every todo app and ended up with a .txt file
#157sigh I've done the text file thing, and it’s fine. Up to a (very small) point. What the author describes as their “workload” barely registers. For context, for me, Things on any given day has over 100 individual actions, most of which are recurring. By doing this, I can stay on top of an extremely broad surface area. There is no way a text file can handle the number of parallel work streams my (or really many) people…
Re: I tried every todo app and ended up with a .txt file
#158Reading through the comments under this thread, there are many users who swear by a plain text file, but who then build quite a lot of snowflake software to regain functionality offered by more structured TODO applications. That includes: - having your computer alert you to things that come up - being able to tag notes - being able to add events to a calendar - being able to set priority of tasks - expecting prioriti…
> having your computer alert you to things that come up
That's what the calendar or the alarm is for
> being able to tag notes
Write #tag and then grep for it. Not that hard
> being able to add events to a calendar
A event isn't a todo, you add it to the calendar instead
> being able to set priority of tasks
Cut it and paste it up to the top or write "IMPORTANT". If you have so many tasks that you need something better, you probably spend too much time organizing your todos and should start working
> expecting prioritized/currently relevant tasks to be at the top of the agenda
If your todo lists are so long thst you cant read them in 30 seconds they are too long. Split them up and mive them to the relevant project.
> being able to add recurring tasks
Just leave it in the list and add a questionmark at the end. If it is time critical add it to the calendar
> full-text search (grepping)
Yeah, good observation you can grep text pretty fine. If you're annoyed by having to type the filename that is a shell oneliner
- formatting features (markdown)
You can use markdown in text, it is just more or less useless wothout rendering. But I don't see how formatting leads to more productivity
> feeding TODOs to an LLM to filter out the currently relevant ones and send Telegram notifications
Yeah ok, that one is bad.
> hand-copying currently relevant tasks to the top of the TODO list
Get a decent texteditor where you can press modifiers + arrow keys to move lines. Works pretty well. In fact better/faster than dragging with your mouse.
> running a script on a VPS to sync notifications
No need to do that, you have a calendar
> set up cron job with git commit
If you need your todos in a git you either work at a nuclear facility, a space station or you take yourself too seriously
> writing post-it notes by hand
What else would you use, a typewriter? Just kidding. Paper has undeniable strengths for the todo space. It is there and you don't have to remember to open it. Rewriting your todos is doubling as both checking their state, refreshing your memory and cleaning them up. Paper can be read without electricity and by other people without any form of setup. People know how to use it without onboarding. Hackers cannot use a flaw in the the paper has been made to gwin remote code execution (they can however potentially use photographs of paper to do so).
I am not kidding, one of the best work-handoffs I ever had was entirely organized via emails and post its. It worked flawlessly.
And I say that as someone who has spent days on todo systems, task warrior and the likes. Everybody has their own needs, but very often boring and pragmatic wins.
Re: I tried every todo app and ended up with a .txt file
#159Reading through the comments under this thread, there are many users who swear by a plain text file, but who then build quite a lot of snowflake software to regain functionality offered by more structured TODO applications. That includes: - having your computer alert you to things that come up - being able to tag notes - being able to add events to a calendar - being able to set priority of tasks - expecting prioriti…
Re: I tried every todo app and ended up with a .txt file
#160Earlier quoted context omitted.
Apple's Reminders app does all of those things and many more without having to learn emacs
Ironically the Reminders app sucks at reminding. I use the Clock app for my todo list; it makes a pretty loud noise pretty reliably, which makes it pretty good for reminders.
Things 3 is another excellent third-party option in this category. Together, these apps form my essential productivity stack. I honestly can't function without them.