aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-10 02:48:58 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-10 02:51:40 +0100
commit45e65c66bbcded97135503068881214ee644d2f7 (patch)
tree34c956e83cf729f04839cf65c4dc0a4b3083e33d /README.md
parentb0397503c8bdcc98216bab220b661466c74a63e9 (diff)
Added README.md with future plans
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1fe3ba2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+# 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?
+- [ ] clocking with a 'start' command
+
+# Testing
+- [ ] add
+- [ ] done
+- [ ] undone
+- [ ] del
+- [ ] pc
+- [ ] <no arg>
+- [ ] ls
+- [ ] list
+- [ ] tag
+- [ ] tagd
+- [ ] tagl
+
+# Bugs
+- [ ] bug: undo a task with a tag that no longer exists
+
+# Done
+- [x] implement "undone" command
+- [x] Add tags support