Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions extensions/nickknissen/tableplus-command-palette/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "nickknissen.tableplus-command-palette",
"title": "TablePlus",
"shortDescription": "Browse and launch your TablePlus database connections directly from Command Palette.",
"description": "Surface your TablePlus database connections inside Command Palette so you can jump straight into a database without opening the TablePlus app first. Connections are grouped by their TablePlus connection group and tagged by environment (Local / Staging / Production) and driver (PostgreSQL, MySQL, SQLite, and others) so the right one is easy to spot.\n\nSelecting a connection opens it in TablePlus via the tableplus:// URI handler. The extension reads connections from the local TablePlus data files, so there is no extra configuration — install it and your saved connections show up immediately.\n\nRequires Windows 10 2004 or later, Microsoft PowerToys with Command Palette support, and TablePlus installed.",
"author": {
"name": "Nick Nissen",
"url": "https://github.com/nickknissen"
},
"icon": "icon.png",
"homepage": "https://github.com/nickknissen/TablePlusCommandPalette",
"tags": [
"tableplus",
"database",
"sql",
"postgres",
"mysql"
],
"categories": [
"developer-tools",
"productivity"
],
"installSources": [
{
"type": "msstore",
"id": "9P4L93228V63"
},
{
"type": "url",
"uri": "https://github.com/nickknissen/TablePlusCommandPalette/releases"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading