-
Notifications
You must be signed in to change notification settings - Fork 933
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
Add support for TablePlus #1164
base: master
Are you sure you want to change the base?
Conversation
update Cyberduck bookmark location for the sandboxed & later versions
Added configuration for [iTermocil](https://github.com/TomAnthony/itermocil), an iTerm window & pane launcher. From their readme: iTermocil allows you to setup pre-configured layouts of windows and panes in iTerm2, having each open in a specified directory and execute specified commands.
Library/Application Support/Cyberduck | ||
Library/Containers/ch.sudo.cyberduck/Data/Library/Application Support/Cyberduck | ||
Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is gonna work, it's specific to each computer no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so. These paths are documented in the Cyberduck wiki page.
https://trac.cyberduck.io/wiki/help/en/faq#Preferencesandapplicationsupportfileslocation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird. Did you test the config yourself? e.g. mackup backup
followed by mackup uninstall
and mackup restore
?
I suggest splitting those 2 apps in 2 PR so we can merge the easy one and dig into the other one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. The mackup backup
command works fine. i have it in my personal .mackup
config folder. But i haven't tried running the uninstall
and restore
command.
But i just noticed the path in line 7 doesn't exists. If i'm not mistaken, that was for an older version of Cyberduck.
Library/Containers/ch.sudo.cyberduck/Data/Library/Application Support/Cyberduck
But sure. i will try to split those PR a bit later. sorry for the trouble.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TablePlus paths seems correct. Keep in mind that you can always find the related config files or backup files using AppCleaner or AppDelete
Any progress on this PR? Really missing TablePlus support. |
name = TablePlus | ||
|
||
[configuration_files] | ||
Library/Application Support/com.tinyapp.TablePlus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need Library/Application Support/com.tinyapp.TablePlus/Data
in order to save the connections.
Added support for TablePlus, the database manager. This will backup the user's saved connection, minus the password, which is saved in Keychain.
Oh, and it seems my previous pull request #967 is also included here.