pledit is a command line tool to edit Apple property lists usually created by CFDictionary and NSDictionary. It uses NSDictionary under the hood. It was modelled after Apple’s defaults CLI application.
How to use pledit:
pledit write ~/Desktop/file.plist -k key -v value
pledit read ~/Desktop/file.plist -k key
pledit source is released under the FCS License. Download source.
Leave a Reply