From c5979ba4bbbc154bca99f31fb9340e40628d5912 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 17 Dec 2014 00:31:03 +0100 Subject: todo: print header showing the todo file used --- todo | 1 + 1 file changed, 1 insertion(+) diff --git a/todo b/todo index a5f97fd..0d9e1b8 100755 --- a/todo +++ b/todo @@ -119,6 +119,7 @@ def main(): print(todo_dict) + print('todo file: {}'.format(config.todo_file)) for t_id in todo_dict: task = todo_dict[t_id] output = first_line(t_id, task) -- cgit v1.2.3-54-g00ecf