stts icon indicating copy to clipboard operation
stts copied to clipboard

[Feature Request] Import/Export configuration

Open corradopetrelli opened this issue 3 years ago • 2 comments

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.

corradopetrelli avatar Oct 18 '22 17:10 corradopetrelli

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

inket avatar Oct 24 '22 03:10 inket

Thanks you so much!

corradopetrelli avatar Oct 24 '22 06:10 corradopetrelli