From f6f597f3074c27fc3b34987d00bce831dbdbd124 Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 5 Oct 2022 00:55:25 +0000 Subject: Implemented go-to action. Improved TUI. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 0de65fe..477a243 100644 --- a/readme.md +++ b/readme.md @@ -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. -- cgit v1.2.3