From da7dc88dd52671ddd3733cc8c5320ed6c5654c89 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 11 Nov 2024 14:07:10 +0100 Subject: Added edit and descriptions - Edit task with the "edit" command to change it's text - Add descriptions to task with "desc" command, delete a description by providing an empty description - added `-d` flag to commands to act on done tasks - fixed bug: Delete a tag that is used by a task --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3044d73..0ccd0e6 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,30 @@ # To Do - [ ] ZSH Completion -- [ ] Add descriptions to task -- [ ] Edit task with editor -- [ ] Create a script to add from dump file into tasks -- [ ] Add "start" command +- [ ] Create intermediate text format for editing in editor / importing - [ ] Add tore-like reminder for shellrc -- [ ] Rename a task -- [ ] import: read multiple lines from stdin and import them as taks -- [ ] parsing text as Tasks, maybe helper program? - [ ] clocking with a 'start' command +- [ ] tag edit # Testing - [ ] add - [ ] done -- [ ] undone +- [ ] undo - [ ] del - [ ] pc - [ ] +- [ ] top - [ ] ls - [ ] list - [ ] tag -- [ ] tagd -- [ ] tagl - -# Bugs -- [ ] bug: undo a task with a tag that no longer exists +- [ ] tag del +- [ ] tag add +- [ ] tag list # Done +- [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 -- cgit v1.2.3