Command-line utility that simplifies viewing of MacOS kernel panics in your terminal window. Panics are taken from default location: /Library/Logs/DiagnosticReports/
brew tap rpeshkov/kpanic
brew install rpeshkov/kpanic/kpanic
- Go to releases page and download latest tar.gz archive.
- Unpack it
- Move binary to /usr/local/bin/kpanic
kpanic ls
Display list of available kernel panics.
kpanic show <name>
Display contents of panic file in your terminal window. Name parameters refers to the panic name you may obtain from kpanic ls
command.
kpanic last
Display content of last occurred panic in your terminal window.
You may find Bash and ZSH completion files in shell folder.
- atos integration
- otool integration
- configuration
The MIT License (MIT)
Copyright (c) 2018 Roman Peshkov