diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-12 15:58:32 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-12 15:59:29 +0100 |
commit | 17197ee1db2a196b3a78baa328bbb73400381823 (patch) | |
tree | 5e3d7b42c2515291a28c6b9542ca5f3d1023ad24 /README.md | |
parent | da7dc88dd52671ddd3733cc8c5320ed6c5654c89 (diff) |
Added "nvim" command
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 |