alfred-tableplus icon indicating copy to clipboard operation
alfred-tableplus copied to clipboard

[Feature Request] Open connection is existing window

Open bskiefer opened this issue 3 years ago • 0 comments

Does TablePlus have the option to open a connection in the current window? I used the following script to merge all connections into the same window, but it seems excessive if you plan on having more than a single window open.

on alfred_script(q)
	tell application "TablePlus"
		activate
		tell application "System Events"
			tell process "TablePlus"
				click menu item "Merge All Windows" of menu "Window" of menu bar 1
			end tell
		end tell
	end tell
end alfred_script

bskiefer avatar Apr 12 '21 17:04 bskiefer