blob: b09e824f2188ad413eb9a8c1f7b3816fafb834c2 (
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
36
|
# To Do
- [ ] ZSH Completion
- [ ] import command
- [ ] better temp file path & delete on exit
- [ ] nvim command can edit done tasks as well (with flag)
- [ ] 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] Added nvim command
- [x] Create intermediate text format for editing in editor / importing
- [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
|