Skip to content

rasch/unzippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unzippy

busybox unzip wouldn't open one of my files, so I made this script with a similar API, and it WORKED 💥🤾.

install

python -m pip install unzippy
or with curl

curl -o ~/.local/bin/unzippy https://git.sr.ht/~rasch/unzippy/blob/main/unzippy.py
chmod +x ~/.local/bin/unzippy

usage

# print help menu
unzippy -h

# extract files
unzippy archive.zip

About

🤐 a python CLI to `unzip` archives

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages