diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,8 @@ # To Do - [ ] ZSH Completion -- [ ] Create intermediate text format for editing in editor / importing +- [ ] import command +- [ ] better temp file path & delete on exit +- [ ] nvim command can edit done tasks as well (with flag) - [ ] Add tore-like reminder for shellrc - [ ] clocking with a 'start' command - [ ] tag edit @@ -21,6 +23,8 @@ - [ ] tag list # Done +- [x] Added nvim command +- [x] Create intermediate text format for editing in editor / importing - [x] Edit task - [x] Add descriptions to task - [x] added `-d` flag to commands to act on done tasks |