summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-17 00:31:03 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-17 00:31:03 +0100
commit7ba2c5ce833cc31e273b40a23f076a9efb944dba (patch)
tree025d82c62bf63282edab5db4306768a63c232351
parentb9f5e1d99799656422cd65f8c06b00ebd21ea1af (diff)
downloadtodo-7ba2c5ce833cc31e273b40a23f076a9efb944dba.tar.xz
todo: print header showing the todo file used
-rwxr-xr-xtodo1
1 files changed, 1 insertions, 0 deletions
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)