public
Description: A text filter to format text into a table
Homepage: http://lucentbeing.com
Clone URL: git://github.com/sykora/tablefmt.git
tablefmt / .todo
100644 25 lines (24 sloc) 0.742 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<todo version="0.1.20">
    <note priority="high" time="1224169479">
        Start git tracking
    </note>
    <note priority="medium" time="1224169487">
        Features
        <note priority="high" time="1224169888">
            Option Parsing
        </note>
        <note priority="medium" time="1224169818">
            Support for start, end and middle delimiters
        </note>
        <note priority="medium" time="1224169837">
            Support for table headers
        </note>
        <note priority="medium" time="1224169852">
            Whitespace Stripping
        </note>
        <note priority="low" time="1224169872">
            Integration with vim outliner?
        </note>
    </note>
</todo>