diff options
| author | dam <dam@gudinoff> | 2022-10-02 00:43:12 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-10-02 00:43:12 +0000 |
| commit | 1aa6cd4634336195e1c5a48181caa6c828ea3060 (patch) | |
| tree | 446e523a19079d98b62b6cb8e6b52ee5ccd1e642 /readme.md | |
| parent | 62294eb66c1ef061002165c692266d5d5f7f1cd1 (diff) | |
| download | task-time-tracker-1aa6cd4634336195e1c5a48181caa6c828ea3060.tar.zst task-time-tracker-1aa6cd4634336195e1c5a48181caa6c828ea3060.zip | |
Implemented task cloning. Fixed bug on update_total_timers. Revised switch-case code style. Toggle archive mode using tab key.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ Task Time Tracker - [x] Make sure that only one task is running at each time; - [x] Mouse selection is broken due to entire TUI update: No, it was fixed by using `erase()` on the `draw_tui` instead of `clear()`; - [x] I bet the headers are no longer being used all on a single cycle. Let's separate them and include "header_title_archive"; -- [x] rename layout members: title_header, archive_header, total_header, days_headers, column_widths, column_alignments, headers_paddings. +- [x] Rename layout members: title_header, archive_header, total_header, days_headers, column_widths, column_alignments, headers_paddings. - [x] using the archive header, we can remove the top-left-corner diamond on the archive. - [x] Allow to cancel a rename_task operation: you can do it by leaving it blank. - [x] Make sure we are not using `strcat` and `strcpy`... or that we are using them wisely (famous last words). @@ -40,7 +40,7 @@ Task Time Tracker - [x] Allow to archive task using keys: `a` and `A`; - [x] By default, store files on `~/.config/task_time_tracker/` or `~/.local/share/task_time_tracker` and allow to store elsewhere if passed by argument `--config`. - [x] Allow usage of `ttt: ./ttt --dpath ./` to change the app folder: To changes app data path change the environment variable HOME (USERPROFILE for windows users). -- [ ] Clone (replicate) task; If task is active, mark newly created task as inactive; +- [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); - [ ] Add/remove time using keys: `F3`; |
