Commit 21a4cd9e authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add more flags to Config.py.

parent b688f744
......@@ -2,5 +2,11 @@
This module contains some definitions to configure the application.
"""
DEFAULT_ACTION = 'ls'
FILENAME = 'todo.txt'
COMPLETED_FILENAME = 'done.txt'
TAG_START = 't'
TAG_DUE = 'due'
TAG_STAR = 'star'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment