Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirka/launchbar-actions
Actions for LaunchBar
https://github.com/mirka/launchbar-actions
launchbar
Last synced: 3 days ago
JSON representation
Actions for LaunchBar
- Host: GitHub
- URL: https://github.com/mirka/launchbar-actions
- Owner: mirka
- License: mit
- Created: 2020-08-08T01:52:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T11:41:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T03:24:46.923Z (about 2 months ago)
- Topics: launchbar
- Language: JavaScript
- Homepage:
- Size: 359 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaunchBar Actions
Actions for [LaunchBar](https://www.obdev.at/products/launchbar/).
_Requires LaunchBar 6+._
## Table of Contents
- [Actions](#actions)
* [Code Scratchpad](#code-scratchpad)
* [Copy Application Icon](#copy-application-icon)
* [New File Here](#new-file-here)
* [Relaunch Application](#relaunch-application)
* [Speak In…](#speak-in)
- [Download](#download)## Actions
### Code Scratchpad
Open a temporary scratchpad file with a given extension.
This is for when you want to quickly type out a few lines of code, but with proper indentation and syntax highlighting. (The assumption being that, you have your Finder set up to open files with certain extensions in the code editor of your choice.)
### Copy Application Icon
Given an application, copy its icon to the clipboard.
### New File Here
Given a folder, create a new empty file inside it with a filename and extension specified from a prompt.
Unlike the built-in “New Text Document Here” action, it will not immediately open in a default app, but simply return it to LaunchBar. Also, you will not get a pesky confirmation dialog when choosing extensions other than `.txt`.
### Relaunch Application
Given an application, quit and relaunch it. If the app was running hidden, it will try to relaunch as hidden, too.
### Speak In…
Given some text, have the computer’s text-to-speech system read it out loud, choosing from a configurable list of languages/voices. You can also save it to an audio file, which can then be used in flashcard apps like [Anki](https://apps.ankiweb.net/). The list of languages are sorted by last used. Useful for polyglots and language learners.
Go to System Preferences ▸ Accessibility ▸ Speech ▸ System Voice to see what voices are available, and download more.
## Download
Download from the [latest release](https://github.com/mirka/launchbar-actions/releases/latest).