https://github.com/tableplus/openurl
Open URL Plugin
https://github.com/tableplus/openurl
javascript openurl plugins tableplus
Last synced: 4 months ago
JSON representation
Open URL Plugin
- Host: GitHub
- URL: https://github.com/tableplus/openurl
- Owner: TablePlus
- License: mit
- Created: 2017-11-30T17:17:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T18:17:44.000Z (about 3 years ago)
- Last Synced: 2025-08-18T07:34:22.129Z (4 months ago)
- Topics: javascript, openurl, plugins, tableplus
- Language: JavaScript
- Homepage: https://tableplus.com
- Size: 1.28 MB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this
This is a TablePlus Plugin, install OpenURL you will have a menu `Go to URL` in context menu. The menu is using for open an url/email from cell data.

# Support
TablePlus build 74 and above.
# Install
### From release
Download [release](https://github.com/TablePlus/OpenURL/releases), unzip and double click on file plugin to install.
### Build from source
```
git clone git@github.com:TablePlus/OpenURL.git
cd OpenURL/OpenURL.tableplusplugin
npm install
npm run build
open .
```
# How to use
1. Open a connection.
2. Open a table.
3. Click on a cell.
4. Click on `Go to URL` in menu.
# License
OpenURL is released under the MIT license. See [LICENSE](https://github.com/TablePlus/DummiesData/blob/master/LICENSE) for details.