Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-17 | todo: loop over context array and add each to string | Johannes Löthberg | 1 | -1/+4 | |
This commit changes the format of the todo file to use a table for the contexts instead of just a string | |||||
2014-12-17 | todo: color_bold description | Johannes Löthberg | 1 | -1/+3 | |
2014-12-17 | todo: reorder import lines | Johannes Löthberg | 1 | -1/+1 | |
2014-12-17 | todo: rename task variable to entry | Johannes Löthberg | 1 | -8/+8 | |
2014-12-17 | todo: print header showing the todo file used | Johannes Löthberg | 1 | -0/+1 | |
2014-12-17 | todo: split first line out into own function | Johannes Löthberg | 1 | -5/+12 | |
2014-12-17 | todo: add format_priority to color priority | Johannes Löthberg | 1 | -1/+12 | |
2014-12-17 | todo: replace sort_toml with more readable sort_dict | Johannes Löthberg | 1 | -6/+20 | |
2014-12-17 | todo: sorted_toml → todo_dict | Johannes Löthberg | 1 | -4/+4 | |
2014-12-17 | todo: add colorization functions | Johannes Löthberg | 1 | -0/+16 | |
2014-12-17 | todo: switch from pytoml to toml | Johannes Löthberg | 1 | -4/+3 | |
seemd toml can serialize too now. | |||||
2014-12-17 | todo: split argument parsing out to own function | Johannes Löthberg | 1 | -8/+33 | |
2014-12-16 | todo: Add --id and --file to docstring | Johannes Löthberg | 1 | -4/+6 | |
2014-12-16 | todo.py → todo | Johannes Löthberg | 1 | -0/+61 | |