From 26fea93bdb344a180bcf283435c489f81745e38c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 15 Sep 2024 23:40:15 +0200 Subject: [PATCH] stack --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index b149e9d..a8a258c 100644 --- a/readme.md +++ b/readme.md @@ -50,3 +50,11 @@ A tiny framework to read, write & execute things. ## When ### Task stack + +* character constants for box drawing +* parse pyproject.toml to write commands +* write classes for + * steps bars to log + * system commands to run + * with single call of subprocess.run + * or alternate subprocess method?