mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Add man page
This commit is contained in:
parent
d01772e693
commit
5f929fbdfe
1 changed files with 149 additions and 0 deletions
149
docs/taskwarrior-tui.1.md
Normal file
149
docs/taskwarrior-tui.1.md
Normal file
|
@ -0,0 +1,149 @@
|
||||||
|
% taskwarrior-tui(1) v0.10.1
|
||||||
|
|
||||||
|
<!-- This is the exa(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`
|
Loading…
Add table
Add a link
Reference in a new issue