Skip to content

atika/launchbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaunchBar Actions and Themes

My Repository of Actions and Themes for LaunchBar 6.


Knock - Port Knocking

Knock server port with knock from LaunchBar

Knock

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

Requirements

Knock app in /usr/local/bin

brew install knock

Define a sequence

  • 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"
	}
]

Download

Knock Action: Knock.lbaction


Unique Identifier

Generate a 12 characters unique identifier.

Download

UniqID Action: UniqID.lbaction


Application Reloader

Quit and restart passed Mac Application.

Download

Reload Mac App: ReloadApplication.lbaction


Search in SnippetsLab

Live Search in SnippetsLab from Launchbar.

SnippetsLab Search

Press ALT to copy, click item to reveal in SnippetsLab

Download

Search SnippetsLab Action: SearchSnippetsLab.lbaction


LaunchBar Midnight Theme

Midnight Theme for LaunchBar

Midnight LaunchBar Theme

Download

Midnight LaunchBar Theme: Midnight.lbtheme


Bluetooth Audio

List system paired Bluetooth Audio devices, connect and set system audio output.

Bluetooth Audio

Press [ALT] key to disconnect bluetooth device.

Requirements

Install Switch Audio https://github.com/deweller/switchaudio-osx

    brew install switchaudio-osx

Download

Bluetooth Audio Action: BluetoothAudio.lbaction


Send to Copied

Send Image or Text to Copied app copiedapp.com.

Send to Copied

Installation

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.

Download

Send to Copied: SendToCopied.lbaction


Proxy Switch

Display a list of user defined Proxy (json) and current status of Network Proxy Preferences (Ethernet).

Switch Proxy

Installation

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

Define a proxy (UserProxy.json)

  • 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.

Download

Switch Proxy Action: ProxySwitch.lbaction


Run iTerm2 Command

Open iTerm2 and run a command (requires iTerm 2.9 and earlier).

Run iTerm 2.9 command

Download

Run iTerm2 Command action: Run iTerm Command.lbaction


Date Convert

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

Download

Date Convert Action: DateConvert.lbaction


Application Bundle Identifier

Get the bundle identifier of an application.

App Bundle ID

Download

App Bundle ID Action: AppBundleID.lbaction


Mac Promo Code

Open the Mac App Store application to redeem a promo code.

Download

Mac Promo Code: MacPromoCode.lbaction

About

Actions repository for LaunchBar 6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •