From 447065128dd48bf480309ac94fc3832de9d09f9f Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Fri, 23 Dec 2022 16:21:11 -0600 Subject: [PATCH] readme --- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README b/README index 35bd1c2..406ebf5 100644 --- a/README +++ b/README @@ -45,21 +45,24 @@ Usage: Examples: + Add a task to default group: + $ odot new task + Show tasks in default group: $ odot show - Add a task called 'things to do' to a group called newgroup: + Add a task to a group called newgroup: $ odot new -g newgroup things to do - Finish a task called 'thing I did' and show other completed tasks: + Finish a task and show other completed tasks: $ odot done thing I did -d - Show all completed tasks in a group called 'tasks': + Show all completed tasks in a group called tasks: $ odot show -dg tasks Show all tasks in database: $ odot show -da - Remove a task from database (completely removes task from odot's memory, useful for typos): + Remove a task from database (completely removes task from memory, useful for typos): $ odot remove task I want to forget -- 2.44.2