aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-11 14:07:10 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-11 14:10:01 +0100
commitda7dc88dd52671ddd3733cc8c5320ed6c5654c89 (patch)
tree95c7908c910b50deab5e43c6a1402b31f3cd1f78 /README.md
parentad898317914439c33e5670d9018646799f2d6c3f (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 11 insertions, 13 deletions
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
- [ ] <no arg>
+- [ ] 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