My Repository of Actions and Themes for LaunchBar 6.
- Knock - Port Knocking
- Unique Identifier
- Application Reloader
- Search in SnippetsLab
- LaunchBar Midnight Theme
- Bluetooth Audio
- Send to Copied
- Proxy Switch
- Run iTerm2 Command
- Date Convert
- Application Bundle Identifier
- Mac Promo Code
Knock server port with knock from LaunchBar
Install and launch Knock.lbaction
and edit KnockList.json
located in ~/Library/Application Support/LaunchBar/Action Support/com.inspira.knock/
Tip: Press [ALT] key when you click on the action will display additional informations
Knock app in /usr/local/bin
brew install knock
- title: LaunchBar menu title
- subtitle: LaunchBar menu subtitle
- server_ip: Server name or IP address
- sequence: comma separated list
- delay: delay in milliseconds between knock
- app: name of the app to launch
[
{
"title": "Raspberry",
"server_ip": "192.168.0.50",
"children": [
{
"title": "My knock command",
"sequence": "5000:tcp,7000:tcp,6000:tcp",
"delay": 300,
"app":"MyAppToLaunch"
},
{
"title": "...",
"sequence": "..."
}
]
}
]
or a sequence at root :
[
{
"title": "My knock command",
"server_ip": "192.168.0.50",
"sequence": "5000:tcp,7000:tcp,6000:tcp",
"delay": 300,
"app":"MyAppToLaunch"
}
]
Knock Action: Knock.lbaction
Generate a 12 characters unique identifier.
UniqID Action: UniqID.lbaction
Quit and restart passed Mac Application.
Reload Mac App: ReloadApplication.lbaction
Live Search in SnippetsLab from Launchbar.
Press ALT
to copy, click item to reveal in SnippetsLab
Search SnippetsLab Action: SearchSnippetsLab.lbaction
Midnight Theme for LaunchBar
Midnight LaunchBar Theme: Midnight.lbtheme
List system paired Bluetooth Audio devices, connect and set system audio output.
Press [ALT] key to disconnect bluetooth device.
Install Switch Audio https://github.com/deweller/switchaudio-osx
brew install switchaudio-osx
Bluetooth Audio Action: BluetoothAudio.lbaction
Send Image or Text to Copied app copiedapp.com.
Doucle-click on SendToCopied.lbaction
to install and:
- Send Text or Image file with LaunchBar Instant Send to "Send to Copied" action.
- Press space to Enter text to copy.
- Press enter to choose an Image file to send to Copied.
Send to Copied: SendToCopied.lbaction
Display a list of user defined Proxy (json) and current status of Network Proxy Preferences (Ethernet).
Install and launch ProxySwitch.lbaction
and edit UserProxy.json
located in ~/Library/Application Support/LaunchBar/Action Support/com.inspira.proxyswitch/
Action retrieve the admin password from Keychain. Open Keychain app and add a new Generic Password named ProxySwitch
Tip: Press [ALT] key when you click on the action will display the "Action Support" Folder
- title: Proxy Title.
- subtitle: Additional information.
- proxy_ip: IP Address.
- proxy_port: Port number.
- proxy_type: Type : web, https, ftp or socks.
- app: Application name or path to launch.
Switch Proxy Action: ProxySwitch.lbaction
Open iTerm2 and run a command (requires iTerm 2.9 and earlier).
Run iTerm2 Command action: Run iTerm Command.lbaction
Display date in differents formats and convert unix timestamp or date string. You can also calculate an interval, example: +1d or -5h (h:hour, d:day, w:week, m:month).
Press space bar to enter a date and clicking on the date put content on the clipboard.
Date Convert Action: DateConvert.lbaction
Get the bundle identifier of an application.
App Bundle ID Action: AppBundleID.lbaction
Open the Mac App Store application to redeem a promo code.
Mac Promo Code: MacPromoCode.lbaction