From 2c4c9e2be86cd922c8467486bc16f8071b78428a Mon Sep 17 00:00:00 2001 From: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:07:29 +0200 Subject: [PATCH] docs: Add README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..13a1746 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# DiskDbg + +A utility that captures the `dmesg`, `ioreg` and `AGDCDiagnose` of a system in realtime, saving them to `/Library/Logs`. + +You can get a build from the GitHub Actions tab. Or click [here](https://nightly.link/ChefKissInc/DiskDbg/workflows/main/master/macOS%20Universal%20Release.zip) for a quick download. + +All you need to do is install the package. + +The service is always active, dumping logs. To disable, run the following command: + +```sh +launchctl unload -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist +``` + +To completely uninstall, run the following command: + +```sh +curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash +```