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