blob: 1fe3ba2318f1bfa5f9610aeaac07f334e1f95734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
|