aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0ccd0e6c23480fc189235f2b2a9dc8a0c3b1fd3e (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
# To Do
- [ ] ZSH Completion
- [ ] Create intermediate text format for editing in editor / importing
- [ ] Add tore-like reminder for shellrc
- [ ] clocking with a 'start' command
- [ ] tag edit

# Testing
- [ ] add
- [ ] done
- [ ] undo
- [ ] del
- [ ] pc
- [ ] <no arg>
- [ ] top
- [ ] ls
- [ ] list
- [ ] tag
- [ ] 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
- [x] implement "undone" command
- [x] Add tags support