diff --git a/.gitignore b/.gitignore index 8d9d215..3da127c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.log vifminfo vifm-help.txt +__pycache__/ diff --git a/todoman/.config/todoman/config.py b/todoman/.config/todoman/config.py new file mode 100644 index 0000000..fd744f5 --- /dev/null +++ b/todoman/.config/todoman/config.py @@ -0,0 +1,6 @@ +path = "~/.calendars/*" +default_due = 0 +date_format = "%Y-%m-%d" +default_list = "personal" +humanize = True +timeformat = "%H:%M" diff --git a/todoman/.config/todoman/todoman.conf b/todoman/.config/todoman/todoman.conf deleted file mode 100644 index 931d850..0000000 --- a/todoman/.config/todoman/todoman.conf +++ /dev/null @@ -1,7 +0,0 @@ -[main] -path = ~/.calendars/* -default_due = 0 -date_format = %Y-%m-%d -default_list = personal -humanize = true -timeformat = %H:%M