diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-10 14:06:18 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-10 14:07:21 +0100 |
commit | ad898317914439c33e5670d9018646799f2d6c3f (patch) | |
tree | 70047a56ae893441f3d1499d653475bb758d0ed7 /README.md | |
parent | 45e65c66bbcded97135503068881214ee644d2f7 (diff) |
Better flags parsing and "top" comamnd
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |