Created
September 3, 2011 20:37
-
-
Save vwall/1191752 to your computer and use it in GitHub Desktop.
Convert iterm2.plist to xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cp ~/Library/Preferences/com.googlecode.iterm2.plist /tmp/ | |
| $ plutil -convert xml1 /tmp/com.googlecode.iterm2.plist | |
| $ vi /tmp/com.googlecode.iterm2.plist # ... do whatever you want | |
| You can convert it back to a binary file with | |
| $ plutil -convert binary1 FILENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment