# To Do - [ ] ZSH Completion - [ ] 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 # Testing - [ ] add - [ ] done - [ ] undo - [ ] del - [ ] pc - [ ] - [ ] top - [ ] ls - [ ] list - [ ] tag - [ ] tag del - [ ] tag add - [ ] 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 - [x] bug: undo a task with a tag that no longer exists - [x] After pc/del do "ls" command - [x] Better help for commands & options - [x] Put a task at the top - [x] implement "undone" command - [x] Add tags support