You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For inspiration, I'd like to point to Aerial (an open-source Swift project), which managed to persist all its settings in a JSON serialized string. I guess there is some good code/practice in its code to follow. See the discussion at JohnCoates/Aerial#976 to get a good understanding of this issue.
Is your feature request related to a problem? Please describe.
Since #159 & #119, we can export and import iGlance settings by the way of a JSON file. That's a great feature which is working well!
Now I'd like to script the loading of these settings, so I can automate even more the deployment of my dotfiles.
Describe the solution you'd like
I'd like to have the option of starting/invoking iGlance with a CLI to load up defaults settings.
Something in the spirit of:
Describe alternatives you've considered
I tried to tweak settings via the preferences plist file (located
~/Library/Preferences/io.github.iglance.iGlance.plist
).But it seems user settings are somewhat serialized binary format (is that JSON?):
The text was updated successfully, but these errors were encountered: