https://github.com/goronfreeman/alfred-postico
https://github.com/goronfreeman/alfred-postico
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goronfreeman/alfred-postico
- Owner: goronfreeman
- Created: 2018-02-08T06:48:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:49:12.000Z (over 3 years ago)
- Last Synced: 2025-01-20T17:32:15.254Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-postico
An [Alfred 3](https://www.alfredapp.com/) workflow for opening databases in [Postico](https://eggerapps.at/postico/).
## Installation
[Download](https://github.com/goronfreeman/alfred-postico/releases/latest) the latest `Postico.alfredworkflow` file and double click it to install.
## Usage
Simply type `postico` and you will be presented with a list of database connections you have added to Postico. You can type to filter by name, then press `Enter` to open the database within Postico.
## 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). This is basically a Ruby port of his workflow.
alfred-postico uses these libraries:
* [alfred-workflow-ruby](https://github.com/joetannenbaum/alfred-workflow-ruby) by [Joe Tannenbaum](https://github.com/joetannenbaum)
* [sqlite3-ruby](https://github.com/sparklemotion/sqlite3-ruby) by [Sparkle Motion](https://github.com/sparklemotion)