aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-10-02 00:49:07 +0000
committerdam <dam@gudinoff>2022-10-02 00:49:07 +0000
commit504a03bb0cb86ef09cdc1b7a832d51ae935d9566 (patch)
tree10362b41f6a5eb510c22ca8ff32f4eefb70142c1 /readme.md
parenteb2d9a5fad776ac5f9fe8b6dcdf70143bf3e7bd9 (diff)
downloadtask-time-tracker-504a03bb0cb86ef09cdc1b7a832d51ae935d9566.tar.zst
task-time-tracker-504a03bb0cb86ef09cdc1b7a832d51ae935d9566.zip
Updated to-do list.
Diffstat (limited to 'readme.md')
-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.