From 66c00e2cfd0bc9646871cec8891aa2ace01f1cbb Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 22 Oct 2020 22:40:59 -0600 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dcc5ee..35925e5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Terminal User Interface for [Taskwarrior](https://taskwarrior.org/). -![taskwarrior-tui](https://user-images.githubusercontent.com/1813121/89620056-4ed64200-d84c-11ea-9153-9e08bc26d3b4.gif) +![](https://user-images.githubusercontent.com/1813121/89620056-4ed64200-d84c-11ea-9153-9e08bc26d3b4.gif) ## Installation @@ -64,7 +64,7 @@ Use your favorite installation method to download the [AUR package](https://aur. - `?`: `help` - Help menu - `!`: `{string}` - Custom shell command -![taskwarrior-tui](https://user-images.githubusercontent.com/1813121/88654924-40896880-d08b-11ea-8709-b29cc970da4c.gif) +![](https://user-images.githubusercontent.com/1813121/88654924-40896880-d08b-11ea-8709-b29cc970da4c.gif) @@ -80,10 +80,22 @@ Use your favorite installation method to download the [AUR package](https://aur. - `` : Delete to end of the line - `` : Delete previous word -![taskwarrior-tui](https://user-images.githubusercontent.com/1813121/95651612-ce7cc900-0aa8-11eb-8686-42442ed9ee43.gif) +![](https://user-images.githubusercontent.com/1813121/95651612-ce7cc900-0aa8-11eb-8686-42442ed9ee43.gif) +### Calendar view + +`taskwarrior-tui` supports a Calendar view, which you can get to by hitting the `]` key: + +![](https://user-images.githubusercontent.com/1813121/96957124-0c211f00-14b7-11eb-9d29-b3b68420af44.gif) + +This highlights the days for your due tasks in a calendar view. +You can configure the number of months in a row by changing the `uda.taskwarrior-tui.calendar.months_per_row` attribute in your `taskrc` file. +See the next section for more information. + +You can switch back to the task view by hitting the `[` key. + ### Configure `taskwarrior-tui` using `~/.taskrc`:
@@ -125,6 +137,7 @@ uda.taskwarrior-tui.selection.bold=yes uda.taskwarrior-tui.selection.italic=no uda.taskwarrior-tui.selection.dim=no uda.taskwarrior-tui.selection.blink=no +uda.taskwarrior-tui.calendar.months_per_row=4 ```