| Crates.io | defaults-util |
| lib.rs | defaults-util |
| version | 0.1.3 |
| created_at | 2026-01-09 03:51:35.981417+00 |
| updated_at | 2026-01-09 15:57:42.682292+00 |
| description | A TUI application that detects macOS defaults setting changes and generates reproducible commands |
| homepage | |
| repository | https://github.com/petamorikei/defaults-util |
| max_upload_size | |
| id | 2031532 |
| size | 63,871 |
A TUI application that detects macOS defaults setting changes and generates reproducible commands.
After making changes in System Settings, you can retrieve those changes as defaults write commands. Useful for dotfiles integration and reproducing settings.
From crates.io:
cargo install defaults-util
From source:
cargo build --release
pbcopyMIT