Hacker News new | ask | show | jobs
by adulau 5841 days ago
I'm using text files stored by days (notes/2010/09/19) in a git repository. The git repository is replicated between my work and my home system. I have a quick-and-dirty(tm) script that generate automatically the daily file especially with the date and some recursive ASCII art I'm using like [ ] ( ) or TODO/tag list. The script is also adding a template for those "bloody" meetings that you are forced to go to.

For searching back, I'm using git-grep.

I'm sometime using todo.txt (especially for some large projects @work), I described the process some years ago: http://www.foo.be/cgi-bin/wiki.pl/2008-05-24_My_Git_To-Do_Pr...

I'm still missing a nice/simple way to add the photography of the whiteboard notes into my text notes.

1 comments

Interesting approach!