diff options
| -rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ Task Time Tracker - [x] At startup, check for required files and create them if not present. - [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`. +- [ ] Allow usage of `ttt: ./ttt --dpath ./` to change the app folder; - [ ] Confirm delete_task operation. - [ ] Change task order (using task_t tmp_task + memcpy); - [ ] Create task using keys: `c` and `C`; |
