DevAlien / workspaces

Workspaces app for linux elementaryos gtk
GNU General Public License v3.0
79 stars 13 forks source link

Feature Request: Backup and restore workspace config. #58

Open rahulhaque opened 3 years ago

rahulhaque commented 3 years ago

Is there any way I can backup my config and restore? Any workaround or is it planned?

Btw, thanks for all the effort put behind this awesome tool.

DevAlien commented 3 years ago

The config is stored in your home directory. Below .config if I remember correctly. It is a simple json file. So you can save it and then just put it in the same directory in another install.

I can add a button to make a backup and an import method.

Or I could also add a way to store the settings online if that's something needed. Let me know

On Sat, Jun 19, 2021, 12:24 rahulhaque @.***> wrote:

Is there any way I can backup my config and restore? Any workaround or is it planned?

Btw, thanks for all the effort put behind this awesome tool.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DevAlien/workspaces/issues/58, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQ477USCWBI6LWLJTIYD3TTRV4RANCNFSM466547FQ .

rahulhaque commented 3 years ago

@DevAlien a simple export/import button would be great for new users.

I found the config file in .local/share/com.github.devalien.workspaces directory. I am running Elementary OS 5.1.7 Hera.

Also if you could have a look at this issue #55 I am facing. I can use it as SSH manager by leveraging this feature.

rahulhaque commented 3 years ago

image

Just an idea 😅️ you can add an option for SSH where user enters the username and host which is the simplest approach to connect to remote servers. Which will open a terminal prompting for password.

One tool for everything. Love this and keep up the good work. 👏️

DevAlien commented 3 years ago

But you could do this with the command, right? You mean that you would select SSH, instead of custom command and you could set username and password, right? It makes sense to have it

On Sat, Jun 19, 2021, 13:10 rahulhaque @.***> wrote:

[image: image] https://user-images.githubusercontent.com/12048213/122640261-6c3c9380-d120-11eb-9599-e56a19fb54ee.png

Just an idea 😅️ you can add an option for SSH where user enters the username and host which is the simplest approach to connect to remote servers. Which will open a terminal prompting for password.

One tool for everything. Love this and keep up the good work. 👏️

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DevAlien/workspaces/issues/58#issuecomment-864391728, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQ4754QMGZ6E2MBRIB7DDTTR3IRANCNFSM466547FQ .

rahulhaque commented 3 years ago

Yes, I can do this now with the command. But the issue is two terminals open at the same time.

DevAlien commented 3 years ago

I will fix that in the following days :)

On Sat, Jun 19, 2021, 16:20 rahulhaque @.***> wrote:

Yes, I can do this now with the command. But the issue is two terminals open at the same time.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DevAlien/workspaces/issues/58#issuecomment-864412607, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQ475PCSHITJDQFDQ55TDTTSRUBANCNFSM466547FQ .