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

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


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

Last synced: about 2 months ago
JSON representation

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)