diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ Task Time Tracker - [x] Confirm delete_task operation by show confirmation message on selected line (horizontally centered). - [x] Check totals update speedup using https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html - For 1M entries, generic C code runs in 12.0ms while special approaches using builtins or SIMD takes around 9.5ms. Not worth the effort. -- [ ] Change task order (using task_t tmp_task + memcpy); -- [ ] Allow to jump to specific task by index number using key `g` and `G`; +- [x] Allow to jump to specific task by index number using key `g` and `G`; +- [ ] Move task to (using task_t tmp_task + memcpy) using key `m` and `M`; - [ ] Add/remove time using keys: `F3`; - [ ] Add/remove time for any day of week; - [ ] Implement logs as described above. |
