catilac / plistwatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlistWatch

About

PlistWatch monitors real-time changes to plist files on your system. It outputs a defaults command to recreate that change.

Install

go install  github.com/catilac/plistwatch@latest

Usage

Just run:

plistwatch 

Now make some changes, such as moving the Dock and moving it back by clicking the Position of Screen options. You should see the changes being reported. You may also see other events being reported.

And you should see output such as:

defaults write "com.apple.dock" "orientation" 'left'

About

License:MIT License


Languages

Language:Go 92.0%Language:JavaScript 7.5%Language:HTML 0.4%