Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/zap
A CLI for cleaning up after .apps
https://github.com/keith/zap
cli macos osx
Last synced: 17 days ago
JSON representation
A CLI for cleaning up after .apps
- Host: GitHub
- URL: https://github.com/keith/zap
- Owner: keith
- License: mit
- Created: 2015-02-15T23:42:27.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T17:44:54.000Z (12 months ago)
- Last Synced: 2024-10-12T06:08:16.608Z (about 1 month ago)
- Topics: cli, macos, osx
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 101
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zap
A simple command line tool to remove a `.app` on macOS and its [related
files](https://github.com/keith/zap/blob/master/zap#L80-90).Think [AppZapper](http://www.appzapper.com) from the command line.
**Zap asks you for permission before deleting each file**
## Usage
To delete an application in `/Applications` or `~/Applications`
```sh
zap foo.app
```To delete a specific application:
```sh
zap /path/foo.app
```To delete an application securely use `-s` (this must come before the
application):```sh
zap -s foo.app
```### Installation
With [Homebrew](http://brew.sh)
```sh
brew install keith/formulae/zap
```Without Homebrew just copy `zap` to somewhere in your `$PATH`. If you
would also like the zsh completions copy `_zap` to somewhere in your
`$fpath`.#### Disclaimer
This CLI deletes stuff. If it deletes the wrong stuff it isn't my fault.