Replies: 1 comment 9 replies
-
Thanks for the feedback. The easiest way is to just copy over the NSUserDefaults, which is where the preferences are persisted. The import/export in Rectangle ultimately is just reading/writing those anyway. See the Preferences Storage section in the readme: https://github.com/rxhanson/Rectangle#preferences-storage |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(A) I 💟 Rectangle!
(B) I just learned about the cli only configs —some of which I've wanted to be able to do for a while— and now I've found out just how to do it.
(C)
For reasons, I've had to set-up new machines for myself on a regular basis at work. I've finally gotten frustrated enough that I'm starting to automate the process (combo of shell script, ansible config, and brew installs from the ansible config).
Someone was kind enough to already create a brew formula for rectangle. But I'd also like to be able to automate the process of maintaining my set-up process (i.e. to export my Rectangle config from a script) as well as automating the set-up itself (i.e. importing my Rectangle config from a script.).
Y'all have already done a great job just by having the export and import options!!!
Are there command line ways to run them?
If not, can y'all add them? 🙏
Beta Was this translation helpful? Give feedback.
All reactions