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

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

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