Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goronfreeman/alfred-tableplus

Alfred workflow for use with TablePlus
https://github.com/goronfreeman/alfred-tableplus

Last synced: about 21 hours ago
JSON representation

Alfred workflow for use with TablePlus

Awesome Lists containing this project

README

        

# alfred-tableplus

An [Alfred 3](https://www.alfredapp.com/) workflow for opening databases in [TablePlus](https://tableplus.io/).

![alfred-tableplus](https://i.imgur.com/y9nI3Ga.png)

## Installation

[Download](https://github.com/goronfreeman/alfred-tableplus/releases/latest) the latest `TablePlus.alfredworkflow` file and double click it to install.

## Usage

Simply type `tp` and you will be presented with a list of database connections you have added to TablePlus. You can type to filter by name, then press `Enter` to open the database within TablePlus.

## Notes

This workflow currently only supports MySQL, PostgreSQL, and SQLite. I don't have Microsoft SQL Server or Redis setup on my machine, so I can't test it. If you'd like to add support, feel free to submit a pull request.

## Credits

Special thanks to [Phill Ayers](https://github.com/payers1) for the inspiration from his [alfred-postico-favorites-workflow](https://github.com/payers1/alfred-postico-favorites-workflow).

alfred-tableplus uses these libraries:

* [alfred-workflow-ruby](https://github.com/joetannenbaum/alfred-workflow-ruby) by [Joe Tannenbaum](https://github.com/joetannenbaum)
* [plist](https://github.com/patsplat/plist) by [Patrick Way](https://github.com/patsplat)