-
Notifications
You must be signed in to change notification settings - Fork 13
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: Backup and restore workspace config. #58
Comments
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
<#58>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQ477USCWBI6LWLJTIYD3TTRV4RANCNFSM466547FQ>
.
|
@DevAlien a simple export/import button would be great for new users. I found the config file in 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. |
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
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQ4754QMGZ6E2MBRIB7DDTTR3IRANCNFSM466547FQ>
.
|
Yes, I can do this now with the command. But the issue is two terminals open at the same time. |
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
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQ475PCSHITJDQFDQ55TDTTSRUBANCNFSM466547FQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: