File: taskwarrior-tui.1

package info (click to toggle)
rust-taskwarrior-tui 0.26.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 732 kB
  • sloc: sh: 75; makefile: 9
file content (222 lines) | stat: -rw-r--r-- 4,867 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
.\" Automatically generated by Pandoc 3.5
.\"
.TH "taskwarrior\-tui" "1" "" ""
.SH NAME
taskwarrior\-tui \[em] A terminal user interface for taskwarrior
(https://github.com/kdheepak/taskwarrior\-tui)
.SH SYNOPSIS
\f[CR]taskwarrior\-tui\f[R]
.PP
\f[B]\f[CB]taskwarrior\-tui\f[B]\f[R] is a terminal user interface for
\f[CR]taskwarrior\f[R].
.SH EXAMPLES
.TP
\f[CR]taskwarrior\-tui\f[R]
Starts a terminal user interface for \f[CR]taskwarrior\f[R].
.TP
\f[CR]alias tt=taskwarrior\-tui\f[R]
Add the above to your dotfiles to use \f[CR]tt\f[R] to start
\f[CR]taskwarrior\-tui\f[R].
.SH KEYBINDINGS
Keybindings:
.TP
\f[CR]Esc\f[R]
Exit current action
.TP
\f[CR]]\f[R]
Next view \- Go to next view
.TP
\f[CR][\f[R]
Previous view \- Go to previous view
.PP
Keybindings for task report:
.TP
\f[CR]/\f[R]
task {string} \- Filter task report
.TP
\f[CR]a\f[R]
task add {string} \- Add new task
.TP
\f[CR]d\f[R]
task {selected} done \- Mark task as done
.TP
\f[CR]e\f[R]
task {selected} edit \- Open selected task in editor
.TP
\f[CR]j\f[R]
{selected+=1} \- Move down in task report
.TP
\f[CR]k\f[R]
{selected\-=1} \- Move up in task report
.TP
\f[CR]J\f[R]
{selected+=pageheight} \- Move page down in task report
.TP
\f[CR]K\f[R]
{selected\-=pageheight} \- Move page up in task report
.TP
\f[CR]g\f[R]
{selected=first} \- Go to top
.TP
\f[CR]G\f[R]
{selected=last} \- Go to bottom
.TP
\f[CR]l\f[R]
task log {string} \- Log new task
.TP
\f[CR]m\f[R]
task {selected} modify {string} \- Modify selected task
.TP
\f[CR]q\f[R]
exit \- Quit
.TP
\f[CR]s\f[R]
task {selected} start/stop \- Toggle start and stop
.TP
\f[CR]t\f[R]
task {selected} +{tag}/\-{tag} \- Toggle
{uda.taskwarrior\-tui.quick\-tag.name} (default: \f[CR]next\f[R])
.TP
\f[CR]u\f[R]
task undo \- Undo
.TP
\f[CR]v\f[R]
{toggle mark on selected} \- Toggle mark on selected
.TP
\f[CR]V\f[R]
{toggle marks on all tasks} \- Toggle marks on all tasks in current
filter report
.TP
\f[CR]x\f[R]
task delete {selected} \- Delete
.TP
\f[CR]z\f[R]
toggle task info \- Toggle task info view
.TP
\f[CR]A\f[R]
task {selected} annotate {string} \- Annotate current task
.TP
Ctrl\-e
scroll down task details \- Scroll task details view down one line
.TP
Ctrl\-y
scroll up task details \- Scroll task details view up one line
.TP
\f[CR]!\f[R]
{string} \- Custom shell command
.TP
\f[CR]1\-9\f[R]
{string} \- Run user defined shortcuts
.TP
\f[CR]:\f[R]
{task id} \- Jump to task id
.TP
\f[CR]c\f[R]
context switcher menu \- Open context switcher menu
.TP
\f[CR]R\f[R]
report switcher menu \- Open report switcher menu
.TP
\f[CR]?\f[R]
help \- Help menu
.PP
Keybindings for filter / command prompt:
.TP
\f[CR]Ctrl + f | Right\f[R]
move forward \- Move forward one character
.TP
\f[CR]Ctrl + b | Left\f[R]
move backward \- Move backward one character
.TP
\f[CR]Ctrl + h | Backspace\f[R]
backspace \- Delete one character back
.TP
\f[CR]Ctrl + d | Delete\f[R]
delete \- Delete one character forward
.TP
\f[CR]Ctrl + a | Home\f[R]
home \- Go to the beginning of line
.TP
\f[CR]Ctrl + e | End\f[R]
end \- Go to the end of line
.TP
\f[CR]Ctrl + k\f[R]
delete to end \- Delete to the end of line
.TP
\f[CR]Ctrl + u\f[R]
delete to beginning \- Delete to the beginning of line
.TP
\f[CR]Ctrl + w\f[R]
delete previous word \- Delete previous word
.TP
\f[CR]Alt + d\f[R]
delete next word \- Delete next word
.TP
\f[CR]Alt + b\f[R]
move to previous word \- Move to previous word
.TP
\f[CR]Alt + f\f[R]
move to next word \- Move to next word
.TP
\f[CR]Alt + t\f[R]
transpose words \- Transpose words
.TP
\f[CR]Up\f[R]
scroll history \- Go backward in history matching from beginning of line
to cursor
.TP
\f[CR]Down\f[R]
scroll history \- Go forward in history matching from beginning of line
to cursor
.TP
\f[CR]TAB | Ctrl + n\f[R]
tab complete \- Open tab completion and selection first element OR cycle
to next element
.TP
\f[CR]BACKTAB | Ctrl + p\f[R]
tab complete \- Cycle to previous element
.PP
Keybindings for context switcher:
.TP
\f[CR]j\f[R]
{selected+=1} \- Move forward a context
.TP
\f[CR]k\f[R]
{selected\-=1} \- Move back a context
.PP
Keybindings for report switcher:
.TP
\f[CR]j\f[R]
{selected+=1} \- Move forward a report
.TP
\f[CR]k\f[R]
{selected\-=1} \- Move back a report
.PP
Keybindings for calendar:
.TP
\f[CR]j\f[R]
{selected+=1} \- Move forward a year in calendar
.TP
\f[CR]k\f[R]
{selected\-=1} \- Move back a year in calendar
.TP
\f[CR]J\f[R]
{selected+=10} \- Move forward a decade in calendar
.TP
\f[CR]K\f[R]
{selected\-=10} \- Move back a decade in calendar
.SH EXIT STATUSES
.TP
0
If everything goes OK.
.SH AUTHOR
\f[CR]taskwarrior\-tui\f[R] is maintained by Dheepak `kdheepak'
Krishnamurthy and other contributors.
.PP
\f[B]Source code:\f[R]
\f[CR]https://github.com/kdheepak/taskwarrior\-tui/\f[R]
.PD 0
.P
.PD
\f[B]Contributors:\f[R]
\f[CR]https://github.com/kdheepak/taskwarrior\-tui/graphs/contributors\f[R]