Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Import/Export configuration #191

Open
corradopetrelli opened this issue Oct 18, 2022 · 2 comments
Open

[Feature Request] Import/Export configuration #191

corradopetrelli opened this issue Oct 18, 2022 · 2 comments
Labels
acknowledged Issue has been acknowledged and fix/addition might come in the next version new feature UI ticket requires UI changes (suggestions, bugs, etc.)

Comments

@corradopetrelli
Copy link

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.

@inket
Copy link
Owner

inket commented Oct 24, 2022

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

@corradopetrelli
Copy link
Author

Thanks you so much!

@inket inket added acknowledged Issue has been acknowledged and fix/addition might come in the next version UI ticket requires UI changes (suggestions, bugs, etc.) new feature labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledged Issue has been acknowledged and fix/addition might come in the next version new feature UI ticket requires UI changes (suggestions, bugs, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants