Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bsorrentino/mac-cleaner

A simple macosx utility to completely remove apps & software
https://github.com/bsorrentino/mac-cleaner

housekeeping macosx mdfind

Last synced: about 1 month ago
JSON representation

A simple macosx utility to completely remove apps & software

Awesome Lists containing this project

README

        

# mac-cleaner
A simple macosx utility base on [Spotlight search](https://ss64.com/osx/mdfind.html) to completely remove apps & software

Inspired by [Manual App & Component Removal in OS X via Terminal](http://osxdaily.com/2014/07/31/manual-complete-app-removal-mac-os-x-terminal/#condensed)

## Install

```
$ npm install @bsorrentino/mac-cleaner -g
```

## Usage

```
Usage: mac-cleaner [options]

Options:

-v --version output the version number
--excludeDir exclude folder list
--onlyin
--dryRun simulate execution (file will non be deleted)
--pageSize number of lines that will be shown per page (default: "10")
--exact match exactly the given name (default: false)
-h, --help display help for command

```