https://github.com/patsoffice/app-quarantine
A tool to identify and fix app quarantine issues on macOS
https://github.com/patsoffice/app-quarantine
golang macos macos-application quarantine
Last synced: about 2 months ago
JSON representation
A tool to identify and fix app quarantine issues on macOS
- Host: GitHub
- URL: https://github.com/patsoffice/app-quarantine
- Owner: patsoffice
- License: mit
- Created: 2020-05-02T14:22:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T16:12:29.000Z (over 5 years ago)
- Last Synced: 2024-10-06T04:06:09.298Z (over 1 year ago)
- Topics: golang, macos, macos-application, quarantine
- Language: Go
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app-quarantine
app-quarantine is a CLI tool for identifying and potentially fixing quarantined applications on macOS.
## Installing
### Directly From GitHub
Installing app-quarantine is easy. First, use `go get` to install the latest version of the application
from GitHub. This command will install the `app-quarantine` executable in the Go path:
go get -u github.com/patsoffice/app-quarantine
### Homebrew
brew tap patsoffice/tools
brew install app-quarantine
## Running
Checking:
$ app-quarantine
/Applications/Slack.app is quarantined
/Applications/calibre.app is quarantined
Repairing (add the `-f` or `--fix` flag):
$ app-quarantine -f
/Applications/Slack.app is quarantined... Removed quarantine.
/Applications/calibre.app is quarantined... Removed quarantine.