An open API service indexing awesome lists of open source software.

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.

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
```