public
Description: command line based task management
Homepage: http://brianreily.com/projects/zen
Clone URL: git://github.com/breily/zen.git
zen / zen_sample.db
100755 13 lines (12 sloc) 0.272 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
projects:
    -
        name: todo list
        fields:
            notes: any field is allowed
        tags:
            - required
        tasks:
            -
                desc: add 'addproject' functionality
                tags:
                    - next_release