mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update README.md
This commit is contained in:
parent
1cea68e550
commit
66c00e2cfd
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
@ -7,7 +7,7 @@
|
|||
|
||||
A Terminal User Interface for [Taskwarrior](https://taskwarrior.org/).
|
||||
|
||||

|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -64,7 +64,7 @@ Use your favorite installation method to download the [AUR package](https://aur.
|
|||
- `?`: `help` - Help menu
|
||||
- `!`: `{string}` - Custom shell command
|
||||
|
||||

|
||||

|
||||
|
||||
</details>
|
||||
|
||||
|
@ -80,10 +80,22 @@ Use your favorite installation method to download the [AUR package](https://aur.
|
|||
- `<Ctrl-k>` : Delete to end of the line
|
||||
- `<Ctrl-w>` : Delete previous word
|
||||
|
||||

|
||||

|
||||
|
||||
</details>
|
||||
|
||||
### Calendar view
|
||||
|
||||
`taskwarrior-tui` supports a Calendar view, which you can get to by hitting the `]` key:
|
||||
|
||||

|
||||
|
||||
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`:
|
||||
|
||||
<details>
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue