summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-12-17todo_new: Initial importHEADmasterJohannes Löthberg1-0/+112
2014-12-17todo: remove unnecessary unsorted intermidiate dictJohannes Löthberg1-3/+1
2014-12-17todo: remove debug print statementsJohannes Löthberg1-3/+0
2014-12-17todo: spaces → tabsJohannes Löthberg1-83/+82
2014-12-17todo: remove unsued `exit` importJohannes Löthberg1-1/+0
2014-12-17todo: Move file parsing to top of parse_argsJohannes Löthberg1-9/+9
2014-12-17todo: Move vars in parse_args to approriate locationJohannes Löthberg1-2/+2
2014-12-17todo: print directly instead of appending to stringJohannes Löthberg1-6/+9
2014-12-17todo: loop over context array and add each to stringJohannes Löthberg1-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-17todo: color_bold descriptionJohannes Löthberg1-1/+3
2014-12-17todo: reorder import linesJohannes Löthberg1-1/+1
2014-12-17todo: rename task variable to entryJohannes Löthberg1-8/+8
2014-12-17todo: print header showing the todo file usedJohannes Löthberg1-0/+1
2014-12-17todo: split first line out into own functionJohannes Löthberg1-5/+12
2014-12-17todo: add format_priority to color priorityJohannes Löthberg1-1/+12
2014-12-17todo: replace sort_toml with more readable sort_dictJohannes Löthberg1-6/+20
2014-12-17todo: sorted_toml → todo_dictJohannes Löthberg1-4/+4
2014-12-17todo: add colorization functionsJohannes Löthberg1-0/+16
2014-12-17todo: switch from pytoml to tomlJohannes Löthberg1-4/+3
seemd toml can serialize too now.
2014-12-17todo: split argument parsing out to own functionJohannes Löthberg1-8/+33
2014-12-16todo: Add --id and --file to docstringJohannes Löthberg1-4/+6
2014-12-16todo.py → todoJohannes Löthberg1-0/+0
2014-09-10Add basic todo.pyJohannes Löthberg1-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-28Initial commitJohannes Löthberg0-0/+0