From c60fc43f733fb0368529e72f5e07c424b30055fb Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 25 Jun 2024 17:03:00 +0200 Subject: [PATCH] add Trash as task --- main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.go b/main.go index 37d5728..77959e8 100644 --- a/main.go +++ b/main.go @@ -62,6 +62,11 @@ func GetDefaultTasks() []Task { Description: `(whiping the floor in kitchen, clean sink, empty trash, check surfaces)`, IsOptional: false, }, + { + Name: "Trash", + Description: `(empty the trash and take care the boxes are not super duper disgusting)`, + IsOptional: false, + }, } }