aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-10-01 10:23:12 +0000
committerdam <dam@gudinoff>2022-10-01 10:23:12 +0000
commit5c68228fbe958c6405573876de8f2956d6b9a23a (patch)
tree5b913373fe555d0dbe87e2e97ee7218fb8c12964 /readme.md
parent359e6b6df688b06deee7d7f99c40b5506a23ffc1 (diff)
downloadtask-time-tracker-5c68228fbe958c6405573876de8f2956d6b9a23a.tar.zst
task-time-tracker-5c68228fbe958c6405573876de8f2956d6b9a23a.zip
Updated to-do list.
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`;