Update 'README.md'

This commit is contained in:
jan6 2019-06-26 14:10:06 -04:00
parent 92d6cb5356
commit 345428223f
1 changed files with 13 additions and 3 deletions

View File

@ -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)
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?) |