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: 2 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T15:31:29.000Z (7 months ago)
- Last Synced: 2025-06-04T09:51:34.031Z (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
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
```