feat(zshrc): add cleanzip helper for macOS junk in archives

Small portable utility next to cheat/speedtest; strips __MACOSX
and .DS_Store entries via zip -d.
This commit is contained in:
Jeffrey
2026-08-05 17:15:45 +08:00
parent 91ec7985ad
commit 6f6a8ac5f8
+5
View File
@@ -196,6 +196,11 @@ dadjoke() {
curl https://icanhazdadjoke.com
}
# Strip macOS junk from a zip (requires `zip`). Usage: cleanzip archive.zip
cleanzip() {
zip -d "$@" __MACOSX/\* \*/.DS_Store
}
# Find geo info from IP
ipgeo() {
# Specify ip or your ip will be used