Compare commits

..

4 commits

Author SHA1 Message Date
50cf00b245
Enhance ToDo 2024-11-12 00:30:26 -05:00
c0d5ec4a7c
Update doitlive 2024-11-12 00:30:03 -05:00
c72d0773e7
Small improvements 2024-11-12 00:26:48 -05:00
950aa8920a
Add doitlive 2024-11-12 00:26:19 -05:00
2 changed files with 42 additions and 0 deletions

11
breakitlive.sh Normal file
View file

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

31
doitlive.sh Normal file
View file

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