48
48
- Today - Due Today and overdue
49
49
- Tomorrow
50
50
- Upcoming - Due in next 7 days
51
+ - Unscheduled - tasks without due date
51
52
- [ ] Integrations
53
+ - todo.txt (coming soon...)
52
54
- Google Tasks
53
55
- (Share your ideas)
54
56
- [ ] Time tracking
@@ -75,7 +77,7 @@ Done! *Manage your tasks your way!*
75
77
76
78
## :keyboard : Keyboard shortcuts
77
79
78
- Shortcut key for a pane/element will be marked with underline.
80
+ Shortcut key for a pane/element will be ** marked with underline** .
79
81
80
82
Some shortcuts are global, some are contextual.
81
83
Contextual shortcuts will be applied according to focused pane/element.
@@ -95,6 +97,8 @@ In case writing in a text input (e,g, new project/task, due date), you have to `
95
97
| Tasks | ` Esc ` /` h ` | Go back to Projects Pane |
96
98
| Tasks | ` ↑ ` /` k ` /` Shift+Tab ` | Go up in task list |
97
99
| Tasks | ` ↓ ` /` j ` /` Tab ` | Go down in task list |
100
+ | Tasks | ` c ` | Clear completed tasks |
101
+ | Tasks | ` d ` | Delete Project |
98
102
| Task Detail | ` Esc ` /` h ` | Go back to Tasks Pane |
99
103
| Task Detail | ` Space ` | Toggle task as done/pending |
100
104
| Task Detail | ` d ` | Set Due date |
@@ -118,8 +122,8 @@ The following diagram shows navigation shortcuts between the panels.
118
122
| P | T | D |
119
123
| | | |
120
124
| Entr=> ↓ ↑ Entr=> |
121
- | | tab TAB | |
122
- | <=Esc/h j k <=Esc/h |
125
+ | | / / | |
126
+ | <=Esc j k <=Esc |
123
127
| | | |
124
128
+------+----------------------+-----------------------+
125
129
```
@@ -128,7 +132,7 @@ So, what it's trying to visualize is -
128
132
- Selecting an item with ` Enter ` will move you to right panel. That means -
129
133
- Selecting a Project will load it's tasks and move to Tasks panel
130
134
- Selecting a Task will load task detail and move to Detail panel
131
- - Use ` Esc ` or ` h ` (like vim) to move to left panel. Details to Tasks to Projects.
135
+ - Use ` Esc ` to move back to left panel. From Details to Tasks to Projects.
132
136
- To navigate a list (Project list or Task list),
133
137
- Use ` ↓ ` or ` j ` or ` Tab ` to go down
134
138
- Use ` ↑ ` or ` k ` or ` Shift+Tab ` to go up
0 commit comments