https://github.com/zachahn/alfred-tableplus-workflow
https://github.com/zachahn/alfred-tableplus-workflow
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zachahn/alfred-tableplus-workflow
- Owner: zachahn
- License: mit
- Created: 2024-01-20T16:06:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T01:52:12.000Z (over 1 year ago)
- Last Synced: 2025-03-02T02:34:50.685Z (over 1 year ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TablePlus workflow for Alfred 5
A tiny, fast, and reliable workflow for launching your saved TablePlus
connections.
At only 44 lines of code and built for Alfred 5, this should be one of the
fastest workflows for TablePlus.
## Requirements
* [Alfred 5](https://www.alfredapp.com) with Powerpack
* [TablePlus](https://tableplus.com) (supports both standard installation and Setapp installation)
* Ruby, a programming language that comes built-in with every Mac
* `plutil`, a utility that comes built-in with every Mac
## Installation Methods
This workflow supports TablePlus installed via:
- **Standard installation** from the TablePlus website or Mac App Store
- **Setapp subscription** service
The workflow automatically detects which installation method you're using and finds your connections accordingly.
## See also
Here are some similar workflows which may fulfill your needs better:
* https://github.com/chrisrenga/alfred-tableplus
* https://github.com/goronfreeman/alfred-tableplus
## License
MIT License
Copyright (c) 2024 Zach Ahn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.