From 950aa8920aa331de346d47c418e8f04518e4924b Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Tue, 12 Nov 2024 00:26:19 -0500 Subject: [PATCH] Add doitlive --- breakitlive.sh | 8 ++++++++ doitlive.sh | 31 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 breakitlive.sh create mode 100644 doitlive.sh diff --git a/breakitlive.sh b/breakitlive.sh new file mode 100644 index 0000000..c9afb70 --- /dev/null +++ b/breakitlive.sh @@ -0,0 +1,8 @@ +#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 test1 Test Test diff --git a/doitlive.sh b/doitlive.sh new file mode 100644 index 0000000..67e7059 --- /dev/null +++ b/doitlive.sh @@ -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