Skip to content

kamilwaz/plistwatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.1%
  • JavaScript 7.5%
  • HTML 0.4%