defaults-util

Crates.iodefaults-util
lib.rsdefaults-util
version0.1.3
created_at2026-01-09 03:51:35.981417+00
updated_at2026-01-09 15:57:42.682292+00
descriptionA TUI application that detects macOS defaults setting changes and generates reproducible commands
homepage
repositoryhttps://github.com/petamorikei/defaults-util
max_upload_size
id2031532
size63,871
Petamori (petamorikei)

documentation

README

defaults-util

A TUI application that detects macOS defaults setting changes and generates reproducible commands.

Overview

After making changes in System Settings, you can retrieve those changes as defaults write commands. Useful for dotfiles integration and reproducing settings.

Installation

From crates.io:

cargo install defaults-util

From source:

cargo build --release

Limitations

  • macOS only
  • Some domains may not be readable (they will be skipped)
  • Clipboard copy uses pbcopy

License

MIT

Commit count: 7

cargo fmt