Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-17 | todo_new: Initial importHEADmaster | Johannes Löthberg | 1 | -0/+112 | |
2014-12-17 | todo: remove unnecessary unsorted intermidiate dict | Johannes Löthberg | 1 | -3/+1 | |
2014-12-17 | todo: remove debug print statements | Johannes Löthberg | 1 | -3/+0 | |
2014-12-17 | todo: spaces → tabs | Johannes Löthberg | 1 | -83/+82 | |
2014-12-17 | todo: remove unsued `exit` import | Johannes Löthberg | 1 | -1/+0 | |
2014-12-17 | todo: Move file parsing to top of parse_args | Johannes Löthberg | 1 | -9/+9 | |
2014-12-17 | todo: Move vars in parse_args to approriate location | Johannes Löthberg | 1 | -2/+2 | |
2014-12-17 | todo: print directly instead of appending to string | Johannes Löthberg | 1 | -6/+9 | |
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/+0 | |
2014-09-10 | Add basic todo.py | Johannes Löthberg | 1 | -0/+61 | |
Currently it just prints the todo items from a TOML formated file. Should bother to add a function for adding and deleting todos sometime. | |||||
2014-03-28 | Initial commit | Johannes Löthberg | 0 | -0/+0 | |