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

https://github.com/prenagha/launchbar

LaunchBar Actions
https://github.com/prenagha/launchbar

javascript launchbar launchbar-action screenshot things timer weather

Last synced: about 2 months ago
JSON representation

LaunchBar Actions

Awesome Lists containing this project

README

        

[LaunchBar Actions web site, documentation, screenshots](https://renaghan.com/launchbar/)

### NOTE on `.applescript` files

Text `.applescript` Apple scripts are used here for ease of integration with version control systems, diff tools...

The LaunchBar action `Info.plist` refers to a *COMPILED* `.scpt` version of the script.

You can compile these text `.applescript` files into `.scpt` files using command line `/usr/bin/osacompile` or by exporting within Script Editor

[My build script to compile `.applescript` to `.scpt`](https://gist.github.com/prenagha/404284fee1b8ff86aec5)