aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-10 14:06:18 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-10 14:07:21 +0100
commitad898317914439c33e5670d9018646799f2d6c3f (patch)
tree70047a56ae893441f3d1499d653475bb758d0ed7 /README.md
parent45e65c66bbcded97135503068881214ee644d2f7 (diff)
Better flags parsing and "top" comamnd
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1fe3ba2..3044d73 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,10 @@
# To Do
-- [ ] Put a task at the top
- [ ] ZSH Completion
-- [ ] Better help for commands & options
- [ ] Add descriptions to task
- [ ] Edit task with editor
- [ ] Create a script to add from dump file into tasks
-- [ ] After pc/del do "ls" command
- [ ] Add "start" command
- [ ] Add tore-like reminder for shellrc
-- [ ] Redo project folder structure.
- [ ] Rename a task
- [ ] import: read multiple lines from stdin and import them as taks
- [ ] parsing text as Tasks, maybe helper program?
@@ -31,5 +27,8 @@
- [ ] bug: undo a task with a tag that no longer exists
# Done
+- [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