Live data from Hacker News

I tried every todo app and ended up with a .txt file

al3rez.com

101–110 of 831 posts

Re: I tried every todo app and ended up with a .txt file

#102
I 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

#103
post #92

Reading 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?

Re: I tried every todo app and ended up with a .txt file

#104
Markdown with Obsidian is a good mix. Let's you add context and you could figure a way to sync with phone from my 2nd hand lenovo running linux to view; code snippets, documents, media, graphs, ...all due to the - in my own view the universal document format.

I 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

#105
post #92

Reading 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…

Apple's Reminders app does all of those things and many more without having to learn emacs

Re: I tried every todo app and ended up with a .txt file

#107

I 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.

I do the same and I also find that it greatly improves how rapidly I can context-switch back into the work, even after a weekend away.

Re: I tried every todo app and ended up with a .txt file

#108
post #92

Reading 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?

https://github.com/doppelc/org-notifications is a thing if you want that.

Emacs will happily run in the background.

Re: I tried every todo app and ended up with a .txt file

#109
post #92

Reading 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 don't do anything that you mentioned.

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

#110
Shameless plug of my journey of logging diary/todos:

I 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.

Post reply on HN