On Sun, Aug 15, 2010 at 10:04:18PM +0200, Alexander Teinum wrote: > I realize that there are ways to do this that are closer to the Unix > way of thinking. Editor of choice for adding and editing. Instead of > tagging items, one would should have one file for university and > another one for work items. And 25 aliases and helper scripts to make > it flo’.
Tagging is easy to do with grep: you can add tags right into items description text (like "[work] [university]" or ":w:u:") and then use grep like "flo | grep :u:". So you don't need one file for each tag.