Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bsorrentino/mac-cleaner
- Owner: bsorrentino
- License: mit
- Created: 2019-03-10T17:11:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T15:21:20.000Z (over 1 year ago)
- Last Synced: 2024-09-18T18:53:12.649Z (about 2 months ago)
- Topics: housekeeping, macosx, mdfind
- Language: TypeScript
- Size: 355 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 & softwareInspired 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```