aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b1eeacf..927e0b5 100644
--- a/readme.md
+++ b/readme.md
@@ -43,6 +43,7 @@ Task Time Tracker
- [x] Clone (replicate) task; If task is active, mark newly created task as inactive;
- [ ] Confirm delete_task operation.
- [ ] Change task order (using task_t tmp_task + memcpy);
+- [ ] Allow to jump to specific task by index number using key `g` and `G`;
- [ ] Add/remove time using keys: `F3`;
- [ ] Add/remove time for any day of week;
- [ ] Implement logs as described above.