taskwarrior-tui/docs/taskwarrior-tui.1.md
Dheepak Krishnamurthy f4da25d751 Bump to v0.10.3
2021-02-16 03:39:59 -07:00

149 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% taskwarrior-tui(1) v0.10.3
<!-- This is the taskwarrior-tui(1) man page, written in Markdown. -->
<!-- To generate the roff version, run `just man`, -->
<!-- and the man page will appear in the target directory. -->
NAME
====
taskwarrior-tui — A terminal user interface for taskwarrior (https://github.com/kdheepak/taskwarrior-tui)
SYNOPSIS
========
`taskwarrior-tui`
**`taskwarrior-tui`** is a terminal user interface for `taskwarrior`.
EXAMPLES
========
`taskwarrior-tui`
: Starts a terminal user interface for `taskwarrior`.
`alias tt=taskwarrior-tui`
: Add the above to your dotfiles to use `tt` to start `taskwarrior-tui`.
KEYBINDINGS
===========
Keybindings:
`Esc`
: Exit current action
`]`
: Next view - Go to next view
`[`
: Previous view - Go to previous view
Keybindings for task report:
`/`
: task {string} - Filter task report
`a`
: task add {string} - Add new task
`d`
: task {selected} done - Mark task as done
`e`
: task {selected} edit - Open selected task in editor
`j`
: {selected+=1} - Move down in task report
`k`
: {selected-=1} - Move up in task report
`J`
: {selected+=pageheight} - Move page down in task report
`K`
: {selected-=pageheight} - Move page up in task report
`gg`
: {selected=last} - Go to top
`G`
: {selected=last} - Go to bottom
`l`
: task log {string} - Log new task
`m`
: task {selected} modify {string} - Modify selected task
`q`
: exit - Quit
`s`
: task {selected} start/stop - Toggle start and stop
`u`
: task undo - Undo
`x`
: task delete {selected} - Delete
`z`
: toggle task info - Toggle task info view
`A`
: task {selected} annotate {string} - Annotate current task
`!`
: {string} - Custom shell command
`c`
: context switcher menu - Open context switcher menu
`?`
: help - Help menu
Keybindings for context switcher:
`j`
: {selected+=1} - Move forward a context
`k`
: {selected-=1} - Move back a context
Keybindings for calendar:
`j`
: {selected+=1} - Move forward a year in calendar
`k`
: {selected-=1} - Move back a year in calendar
`J`
: {selected+=10} - Move forward a decade in calendar
`K`
: {selected-=10} - Move back a decade in calendar
EXIT STATUSES
=============
0
: If everything goes OK.
AUTHOR
======
`taskwarrior-tui` is maintained by Dheepak kdheepak Krishnamurthy and other contributors.
**Source code:** `https://github.com/kdheepak/taskwarrior-tui/` \
**Contributors:** `https://github.com/kdheepak/taskwarrior-tui/graphs/contributors`