changes in popup menu is now preserved
[taskasaur.git] / taskasaur.1
1 .TH TASKASAUR 1 2021-01-22 
2 .SH NAME
3 taskasaur \- suckless kanban
4 .SH SYNOPSIS
5 .B taskasaur
6 [taskasaur options]
7 .SH DESCRIPTION
8 \fBtaskasaur\fP is a suckless style kanban program that runs on the command line with ncurses graphics. It stores data in the form of markdown for portability and readability.
9 .SH DEFAULT KEYBINDINGS
10 The default keybindings are vim inspired, you can change these in the config.h
11 .SS cursor movement
12 .TP
13 [\fBh, j, k, l\fP] to move up, down and across the todo list.
14 .TP
15 [\fBg, G\fP] jump to top and bottom of list, respectively.
16 .SS moving todo items
17 .TP
18 [\fBH, J, K, L\fP] to move the current hovered item.
19 .SS creating todo item
20 .TP
21 [\fBa, o, O\fP] all create a new entry in the currently selected todo list. \fBa\fP inserts new item at the end of the list, \fBo\fP inserts below the cursor, while \fBO\fP inserts above.
22 .SS deleting todo items
23 .TP
24 [\fBD\fP] to delete hovered item.
25 .SS editing todo items
26 .TP
27 [\fBi\fP] to switch to insert mode on hovered item.
28 .SS exiting
29 .TP
30 [\fBq\fP] to quit.
31 .SH OPTIONS
32 .SH AUTHORS
33 \fBtaskasaur\fP was written by Daniel Liu
34 .SH REPORTING BUGS
35 Please open an issue at https://github.com/MrPicklePinosaur/taskasaur