docs: update taskwarrior-tui.1.md 📚

This commit is contained in:
Dheepak Krishnamurthy 2021-10-29 12:36:53 -06:00
parent 22ed807cbf
commit 7e8f818788

View file

@ -4,17 +4,23 @@
<!-- To generate the roff version, run `just man`, -->
<!-- and the man page will appear in the target directory. -->
# NAME
NAME
====
taskwarrior-tui — A terminal user interface for taskwarrior (https://github.com/kdheepak/taskwarrior-tui)
# SYNOPSIS
SYNOPSIS
========
`taskwarrior-tui`
**`taskwarrior-tui`** is a terminal user interface for `taskwarrior`.
# EXAMPLES
EXAMPLES
========
`taskwarrior-tui`
: Starts a terminal user interface for `taskwarrior`.
@ -22,7 +28,9 @@ taskwarrior-tui — A terminal user interface for taskwarrior (https://github.co
`alias tt=taskwarrior-tui`
: Add the above to your dotfiles to use `tt` to start `taskwarrior-tui`.
# KEYBINDINGS
KEYBINDINGS
===========
Keybindings:
@ -35,6 +43,7 @@ Keybindings:
`[`
: Previous view - Go to previous view
Keybindings for task report:
`/`
@ -80,7 +89,7 @@ Keybindings for task report:
: task {selected} start/stop - Toggle start and stop
`n`
: task {selected} +{tag}/-{tag} - Toggle {uda.taskwarrior-tui.quick-tag.name} (Default: `next`)
: task {selected} +{tag}/-{tag} - Toggle {uda.taskwarrior-tui.quick-tag.name} (default: `next`)
`u`
: task undo - Undo
@ -106,6 +115,7 @@ Ctrl-e
Ctrl-y
: scroll up task details - Scroll task details view up one line
`!`
: {string} - Custom shell command
@ -121,6 +131,7 @@ Ctrl-y
`?`
: help - Help menu
Keybindings for filter / command prompt:
`Ctrl + f | Right`
@ -174,6 +185,7 @@ Keybindings for filter / command prompt:
`BACKTAB | Ctrl + p`
: tab complete - Cycle to previous element
Keybindings for context switcher:
`j`
@ -182,6 +194,7 @@ Keybindings for context switcher:
`k`
: {selected-=1} - Move back a context
Keybindings for calendar:
`j`
@ -196,12 +209,15 @@ Keybindings for calendar:
`K`
: {selected-=10} - Move back a decade in calendar
# EXIT STATUSES
EXIT STATUSES
=============
0
: If everything goes OK.
# AUTHOR
AUTHOR
======
`taskwarrior-tui` is maintained by Dheepak kdheepak Krishnamurthy and other contributors.