An open API service indexing awesome lists of open source software.

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

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.

![menu](https://github.com/TablePlus/OpenURL/blob/master/Resource/url.png "menu")

# 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.