python-zipped-cli/README.md

15 lines
444 B
Markdown
Raw Permalink Normal View History

2019-06-26 18:10:06 +00:00
# python-zipped-cli
2019-06-26 18:02:37 +00:00
2019-06-26 18:10:06 +00:00
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?) |