aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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 57944f5..9013deb 100644
--- a/readme.md
+++ b/readme.md
@@ -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`;