From 9103b2e6fbb41914b8ca71e10b3c0c7536709ba6 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 14 Nov 2020 18:56:56 +0100 Subject: [PATCH] updated TODO, created python-venv and updated gitignore --- .gitignore | 1 + TODO.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bee8a64..9f7550b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__ +.venv diff --git a/TODO.txt b/TODO.txt index 1dbefd8..bfddff9 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,3 +2,4 @@ - Allow other delimiters (e.g. ".") - Support named arguments - Include more often used commands in a defaults collection (e.g. close) + - add help / list-cmds command