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
- Host: GitHub
- URL: https://github.com/prenagha/launchbar
- Owner: prenagha
- License: apache-2.0
- Created: 2014-04-21T20:58:20.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T21:56:38.000Z (3 months ago)
- Last Synced: 2025-03-28T22:11:25.874Z (about 2 months ago)
- Topics: javascript, launchbar, launchbar-action, screenshot, things, timer, weather
- Language: JavaScript
- Homepage: https://renaghan.com/launchbar/
- Size: 6.49 MB
- Stars: 183
- Watchers: 19
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)