From 2cba98342afb4497c2579b0a8ea9bd3593a189d4 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Fri, 10 Jul 2020 06:26:03 -0400 Subject: [PATCH] fix typo --- cmd/list.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmd/list.go b/cmd/list.go index c8c854f2..8c5efe8d 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -16,7 +16,7 @@ var ( Filtering by date: ------------------ - ultralist list due:(tod|today|tom|tomorrow|overdue|thisweek|nextweek|lastweek|mon|tue|wed|thu|fri|sat|sun|none) + ultralist list due:(tod|today|tom|tomorrow|agenda|overdue|thisweek|nextweek|lastweek|mon|tue|wed|thu|fri|sat|sun|none) List all todos due today: ultralist list due:tod @@ -30,6 +30,9 @@ Filtering by date: Lists all overdue todos: ultralist list due:overdue + Lists all todos whose due date is today or earlier: + ultralist list due:agenda + Filtering by priority, completed, etc: -------------------------------------- @@ -55,7 +58,7 @@ Grouping: ultralist list group:c Lists all todos grouped by project: - ultralist list by group:p + ultralist list group:p Combining filters: -----------------------