https://github.com/doodzik/rmapp
removes osx apps completely
https://github.com/doodzik/rmapp
Last synced: 9 days ago
JSON representation
removes osx apps completely
- Host: GitHub
- URL: https://github.com/doodzik/rmapp
- Owner: doodzik
- Created: 2016-02-27T17:21:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T08:05:07.000Z (about 10 years ago)
- Last Synced: 2025-03-29T04:43:03.884Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rmapp
Removes an app completely from your osx system
# installation
```
$ brew tap doodzik/tap https://github.com/doodzik/tap
$ brew instal rmapp
```
## add the autocompletion feature
```bash
# add this if you use zshrc
autoload bashcompinit
bashcompinit
# add this to your bashrc get autocomplete
complete -F _rmapp_app_list rmapp
```
# usage
```
$ rmapp $APP
```
It has autocompletion to look up all available app names build in
#LICENSE
GPL v3