aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-10-02 00:22:53 +0000
committerdam <dam@gudinoff>2022-10-02 00:22:53 +0000
commit62294eb66c1ef061002165c692266d5d5f7f1cd1 (patch)
tree33a99875b84701f661c838cbd2646f1b68ad59fd /readme.md
parent5c68228fbe958c6405573876de8f2956d6b9a23a (diff)
downloadtask-time-tracker-62294eb66c1ef061002165c692266d5d5f7f1cd1.tar.zst
task-time-tracker-62294eb66c1ef061002165c692266d5d5f7f1cd1.zip
Fixed argument checking on some argument driven actions.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 9013deb..b025f35 100644
--- a/readme.md
+++ b/readme.md
@@ -39,18 +39,19 @@ 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;
+- [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;
- [ ] Confirm delete_task operation.
- [ ] Change task order (using task_t tmp_task + memcpy);
-- [ ] Create task using keys: `c` and `C`;
-- [ ] Delete task using keys: `d` and `D`;
-- [ ] Change task name using keys: `F2`;
- [ ] Add/remove time using keys: `F3`;
- [ ] Add/remove time for any day of week;
-- [ ] Clone (replicate) task using keys: `r` and `R`; If task is active, mark newly created task as inactive;
- [ ] Implement logs as described above.
- [ ] Go over all `TODO` items;
- [ ] Rethink keys;
+ - [ ] Create task using keys: `c` and `C`;
+ - [ ] Delete task using keys: `d` and `D`;
+ - [ ] Change task name using keys: `F2`;
+ - [ ] Clone task using keys: `r` and `R`;
- [ ] Cleanup `draw_tui`:
- Selected and active tasks should be drawn after everything else.
- Try printing each row;