From 79b7d34c06fe7144657811fad9031e2670a589d0 Mon Sep 17 00:00:00 2001 From: Raghav Tirumale <62105787+MythicalCow@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:06:41 -0600 Subject: [PATCH] added auto command usage --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 896cfe1..15ffecf 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ If there is an empty list then congratulations the installation was successful! ### to add a task use: `vayu add "task description due:YYYY-MM-DD"` note that YYYY-MM-DD can also be replaced with today, tomorrow, and days of the week + +### to add a task with natural language: +`vayu auto "task description (some description of date)" + ### to mark tasks as done: `vayu done id` where id is the listed id of the task viewable through `vayu list`