aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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