dependabot[bot] ae92fb78a1 build(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#13)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-13 02:02:14 +02:00
2025-09-16 18:00:37 +03:00
2025-09-16 18:00:37 +03:00
2024-08-07 18:30:45 +03:00
2024-08-07 18:30:45 +03:00
2024-08-07 18:30:45 +03:00
2025-09-16 18:00:37 +03:00

DiskDbg

A utility that captures the dmesg, ioreg and AGDCDiagnose output periodically to files in /Library/Logs.

You can get a build from the GitHub Actions tab. Quick download here.

Usage guide

Install the package.

To enable, run the following command:

sudo launchctl load -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist

The service will constantly gather logs in the background. Leave enabled only during debugging.

To disable, run the following command:

sudo launchctl unload -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist

To uninstall, run the following command:

curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash
Languages
Rust 79.5%
Shell 20.5%