https://github.com/Xeferis/cleanzip
A zsh plugin to compress files without not needed data. Made for MacOS.
https://github.com/Xeferis/cleanzip
clean compress oh-my-zsh oh-my-zsh-plugin ohmyzsh plugin shell terminal zip zsh zsh-plugin
Last synced: about 1 month ago
JSON representation
A zsh plugin to compress files without not needed data. Made for MacOS.
- Host: GitHub
- URL: https://github.com/Xeferis/cleanzip
- Owner: Xeferis
- License: mit
- Created: 2025-01-28T13:30:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T15:31:29.000Z (9 months ago)
- Last Synced: 2025-08-02T08:26:30.828Z (4 months ago)
- Topics: clean, compress, oh-my-zsh, oh-my-zsh-plugin, ohmyzsh, plugin, shell, terminal, zip, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - cleanzip - Helps create zip files that don't have data that shouldn't be in there. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - cleanzip - Helps create zip files that don't have data that shouldn't be in there. (Plugins / ZSH on Windows)
- trackawesomelist - cleanzip (⭐0) - Helps create zip files that don't have data that shouldn't be in there. (Recently Updated / [Feb 10, 2025](/content/2025/02/10/README.md))
README
# cleanzip
This a plugin for [zsh](https://github.com/zsh-users/zsh) and [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh). It adds a command to compresses to zip without data that should not be in the zip. It's targeted towards mac users specifically, since the standard compressions adds "garbage" to the .zip itself.
To use it, copy the folder _cleanzip_ to your zsh plugins folder and add _cleanzip_ to the plugins array of your zshrc file:
```
plugins=(... cleanzip)
```
## Plugin commands
* `cleanzip [path]`
### Blacklist
```
*__MACOSX
*.git*
*.DS_Store
```