MacOS – How to export Moom settings (especially keyboard shortcuts) to external file

bashmacosterminal

I'm working on some shell scripts to customize OS X to my preferences just by calling one script.

From a lot of native OS X options, script is going to easily import some predefined settings form 3rd party apps if possible.

My question is about Moom. I cannot spot any option to export existing settings (especially keyboard shortcuts) into non-encoded file.

Calling:

$ sudo find -x / -name "Moom"

gives nothing more than:

/Applications/Moom.app/Contents/MacOS/Moom

enter image description here

Best Answer

You can find Moom app preferences on the following file:

~/Library/Preferences/com.manytricks.Moom.plist

That file is not in clear text. But you can use plutil to convert and read it in the following way:

plutil -convert xml1 -o - com.manytricks.Moom.plist