https://github.com/ronanrodrigo/errorinfo
A Command Line Interface to get info about an error from Apple APIs
https://github.com/ronanrodrigo/errorinfo
apple cli swift
Last synced: about 1 year ago
JSON representation
A Command Line Interface to get info about an error from Apple APIs
- Host: GitHub
- URL: https://github.com/ronanrodrigo/errorinfo
- Owner: ronanrodrigo
- Created: 2021-02-15T04:36:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T22:07:15.000Z (over 5 years ago)
- Last Synced: 2025-04-01T06:02:23.370Z (about 1 year ago)
- Topics: apple, cli, swift
- Language: Swift
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Error Info
A Command Line Interface to get info about an OS error that you received on your app. The current implementation is a web-scraping of the [OSStatus.com](https://osstatus.com).
## Install and Usage
First, install [Mint](https://github.com/yonaskolb/Mint) a package manager that installs and runs executable Swift packages, and then install the error info CLI.
```
brew install mint
mint install ronanrodrigo/errorinfo
```
[](https://asciinema.org/a/391291)