Compare commits
4 commits
df0d8c5113
...
50cf00b245
| Author | SHA1 | Date | |
|---|---|---|---|
| 50cf00b245 | |||
| c0d5ec4a7c | |||
| c72d0773e7 | |||
| 950aa8920a |
2 changed files with 42 additions and 0 deletions
11
breakitlive.sh
Normal file
11
breakitlive.sh
Normal 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
31
doitlive.sh
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue