Compare commits

..

3 commits

Author SHA1 Message Date
319e32ad34
Use uv and typer 2024-11-11 22:47:28 -05:00
df0d8c5113
Enhance ToDo 2024-11-11 18:56:47 -05:00
8e187c9790
Small improvements 2024-11-11 16:50:46 -05:00
3 changed files with 9 additions and 58 deletions

View file

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

View file

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

17
todo.md
View file

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