-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Thanks for maintaining ouch!
If I try to run this:
$ ouch compress scripts/zipit.py kak/kak-lsp.toml kak/kakrc output.zip
[INFO] Compressing 'zipit.py'
[INFO] Compressing 'kak-lsp.toml'
[INFO] Compressing 'kakrc'
[INFO] Successfully compressed 'output.zip'
I end up with a zip file like this:
$ ouch list --tree output.zip
Archive: $HOME/gitrepos/dotfiles/output.zip
├── zipit.py
├── kak-lsp.toml
└── kakrc
It would be nice if I actually could end up with a zip file that preserved the original folder structure.
vrmiguel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request