Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goronfreeman/alfred-tableplus
- Owner: goronfreeman
- Created: 2018-02-07T00:03:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T18:05:41.000Z (over 5 years ago)
- Last Synced: 2023-02-27T16:36:53.456Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)