stts
stts copied to clipboard
[Feature Request] Import/Export configuration
Description
I ask to develop a way to export configuration (simply the list of selected services) and a way to import these into app.
Suggestion
It is necessary to import/export a file .conf of Preferences.shared.selectedServices.
You can export the list using:
defaults export jp.mahdi.stts <filename>
# example
defaults export jp.mahdi.stts stts.plist
and import it using
defaults import jp.mahdi.stts <filename>
# example
defaults import jp.mahdi.stts stts.plist
Though ideally this should be possible from the UI so I'll leave this issue open
Thanks you so much!