Compare commits

..

13 commits

Author SHA1 Message Date
3d9a25d5a3
Update doitlive 2024-11-12 14:41:46 -05:00
c3f6b624d9
Fix __main__ 2024-11-12 14:41:03 -05:00
35035feba4
Update docs 2024-11-12 14:41:02 -05:00
70bee705dd
Structure into a package 2024-11-12 14:41:02 -05:00
d0f34de620
Update doitlive 2024-11-12 14:40:19 -05:00
9ee5aa41fa
Restore todo.md 2024-11-12 00:47:34 -05:00
f8c26abeea
Use uv and typer 2024-11-12 00:47:34 -05:00
e4ca23901b
Update doitlive 2024-11-12 00:41:34 -05:00
0932faba34
Enhance ToDo 2024-11-12 00:40:48 -05:00
9bb2e2f8f1
Update doitlive 2024-11-12 00:40:28 -05:00
1a0461eded
Small improvements 2024-11-12 00:40:27 -05:00
3021ab1cf0
Fix doitlive echo 2024-11-12 00:39:49 -05:00
950aa8920a
Add doitlive 2024-11-12 00:26:19 -05:00
3 changed files with 58 additions and 9 deletions

18
breakitlive.sh Normal file
View file

@ -0,0 +1,18 @@
#doitlive speed: 3
#doitlive prompt: sorin
ajal-todo add Test
ajal-todo list -r Test
ajal-todo list -r Test Test
ajal-todo add -r Test test1 test2
ajal-todo add -r Test test1 test3
ajal-todo complete -r Test test1 test3
ajal-todo remove -r Test test1 test3
ajal-todo add Test
ajal-todo list -r Test
ajal-todo complete -r Test test1
ajal-todo add -r Test test1
ajal-todo remove -r Test test1
ajal-todo remove -r Test test1

32
doitlive.sh Normal file
View file

@ -0,0 +1,32 @@
#doitlive speed: 3
#doitlive prompt: sorin
ajal-todo --help
ajal-todo -h; echo $?
ajal-todo asdf; echo $?
ajal-todo list --help
ajal-todo add --help
ajal-todo add Test
ajal-todo --verbose add Test
ajal-todo list
ajal-todo list --root Test
ajal-todo add -r Test test
ajal-todo list -r Test
ajal-todo list
ajal-todo complete --help
ajal-todo complete -r Test test
ajal-todo --verbose complete -r Test test
ajal-todo list -r Test
ajal-todo list
ajal-todo complete Test
ajal-todo list
ajal-todo remove --help
ajal-todo remove -r Test test
ajal-todo list -r Test
ajal-todo list
ajal-todo --verbose remove Test
ajal-todo list

17
todo.md
View file

@ -1,11 +1,10 @@
# A ToDo list # A ToDo list
- [ ] Buy: - Buy:
- [ ] Milk - Milk
- [ ] Eggs - Eggs
- [ ] Coffee - Coffee
- [ ] Wine - Wine
- [ ] Clean - Clean
- [ ] Gutters - Gutters
- [x] Love
- [x] Myself