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

https://github.com/colbylwilliams/clean-compress

A macOS utility that cleans (and optionally compresses/zips) Xamarin solutions
https://github.com/colbylwilliams/clean-compress

Last synced: 2 months ago
JSON representation

A macOS utility that cleans (and optionally compresses/zips) Xamarin solutions

Awesome Lists containing this project

README

        

# clean-compress

A macOS utility that cleans (and optionally compresses/zips) Xamarin solutions

## Use

Download the `clean-compress.zip` file from the [latest release](/releases/latest) and decompress/uinzip the contents into: `~/Library/Services` (or `/Library/Services`)

This will add two nice little services to any directory(s) context menu:

*1)* `Clean` - blows away all `bin`, `obj`, `packages` directories recursively

*2)* `Clean & Compress` - (useful for zipping up solutions to send) kills all the stuff that `Clean` does *AND* deletes `.userprefs` and compresses the directory *without* the `.git` folder (if there is one)

![Screenshot](images/clean-compress.png)