I tried every todo app and ended up with a .txt file
101–110 of 831 posts
Re: I tried every todo app and ended up with a .txt file
#102Re: I tried every todo app and ended up with a .txt file
#103Reading 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
#104I am a tech creative so I am okay with this vice. Trying to finetune the above setup btw.
└── Dey well
Re: I tried every todo app and ended up with a .txt file
#105Reading 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
#106+ it's low friction, no special knowledge, no special tools, works offline is what does it for me.
Of course we use something bulkier at work, but for my own personal TODO I keep a .txt file, and It Just Works (tm).
Re: I tried every todo app and ended up with a .txt file
#107I use a pretty similar setup. At the beginning of my day when I get to my desk at work I open a new .txt and enter all the tasks I'm currently working on (copied from the last day). I then mark them as completed or leave notes as needed. Works perfectly for me - no need for anything more fancy.
Re: I tried every todo app and ended up with a .txt file
#108Reading 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?
Emacs will happily run in the background.
Re: I tried every todo app and ended up with a .txt file
#109Reading 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…
I truly just use a plain .txt file. Every "add-on" and layer beyond the .txt happens to run on a complex wetware device that came built-in with my body.
Re: I tried every todo app and ended up with a .txt file
#110I had tried a diary script that does the simple act of opening today's diary in vim: https://github.com/Aperocky/diaryman
Once things became overwhelming, it was less trackable across time and became messy - so I created tascli: https://crates.io/crates/tascli to centrally manage tasks and records with sqlite in a CLI app.
Think I'm in a sweet spot now having both of these minimal version logging - the lack of functionality is exactly why they are great.