Live data from Hacker News

Ask HN: How do you do your To-Do list?

news.ycombinator.com

1–10 of 58 posts

Re: Ask HN: How do you do your To-Do list?

#2
I have tried a few things. I used Evernote for a few months and while it is more work than a notepad+paper, it is great for when I need to look back on something. Better for structuring and searching.

Can't beat notepad+paper for simplicity though.

Re: Ask HN: How do you do your To-Do list?

#5
I use http://todotxt.com/ because I very much dislike having to leave commandline. It's a bad code-switch to leave commandline for a TODO list.

    $ t ls/p # list or list by priority sort
    $ t add 'Something to do +Project @Tag' # add a new item with +Project or @Context categorization
    $ t [Num] p B # give priority 'B' to the TODO listing
    $ t rm [Num] # remove some item in the list
I use @Tag to track usernames of contributors of the project.

Re: Ask HN: How do you do your To-Do list?

#6
I use Trello. It works best for me because:

- It's easy to view the list at a glance

- It's easy to add items, move them around, mark them as done

- It is always with me, thanks to a smartphone app

- It gets unwieldy if there are too many items - this is not a bug but a feature which reminds me to keep lists manageable!

Re: Ask HN: How do you do your To-Do list?

#10
My daily todo list is http://1-3-5.com (set as homepage) The night before I like to prioritize items and think about what major, medium, and smalls tasks there are going to be.

For larger projects, I prefer Trello (https://trello.com). It's so good on so many levels.

For personal random things that need to get done, the whiteboard on my fridge is unbeatable.

Post reply on HN