From 345428223fb9e26a644d54a48171d7866c35cb81 Mon Sep 17 00:00:00 2001 From: jan6 Date: Wed, 26 Jun 2019 14:10:06 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 996c1ee..1156cb4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# python-self-zip +# python-zipped-cli -python can run code in zip archives (specifically `__main__.py`) -this is an attempt to build a CLI on top of that, allowing simpler operations (such as ls, cat, and copying files out of the archive) \ No newline at end of file +python can run code in zip archives (specifically `__main__.py`) +this is an attempt to build a CLI on top of that, allowing simpler operations (such as ls, cat, and copying files out of the archive) + +----- + +| todo | +| -------- | +| command to print text files | +| ~~command to list files~~ | +| allow running files on command (only .py or others too?) | +| command to copy files out of the archive | +| other stuff (what?) |