{"id":13862847,"url":"https://github.com/atika/launchbar","last_synced_at":"2026-01-23T18:36:32.861Z","repository":{"id":25910304,"uuid":"29351116","full_name":"atika/launchbar","owner":"atika","description":"Actions repository for LaunchBar 6 ","archived":false,"fork":false,"pushed_at":"2021-03-13T03:08:00.000Z","size":10475,"stargazers_count":65,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-05T06:06:22.811Z","etag":null,"topics":["actions","launchbar","launcher","macos"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-16T14:13:33.000Z","updated_at":"2023-11-07T12:38:58.000Z","dependencies_parsed_at":"2022-08-24T14:16:47.876Z","dependency_job_id":null,"html_url":"https://github.com/atika/launchbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atika%2Flaunchbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atika%2Flaunchbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atika%2Flaunchbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atika%2Flaunchbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atika","download_url":"https://codeload.github.com/atika/launchbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225980898,"owners_count":17554919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","launchbar","launcher","macos"],"created_at":"2024-08-05T06:01:54.012Z","updated_at":"2026-01-23T18:36:32.806Z","avatar_url":"https://github.com/atika.png","language":"Ruby","readme":"# LaunchBar Actions and Themes\nMy Repository of Actions and Themes for LaunchBar 6.\n\n\n- [Knock - Port Knocking](#knock---port-knocking)\n     - [Requirements](#requirements)\n     - [Define a sequence](#define-a-sequence)\n     - [Download](#download)\n- [Unique Identifier](#unique-identifier)\n     - [Download](#download)\n- [Application Reloader](#application-reloader)\n     - [Download](#download)\n- [Search in SnippetsLab](#search-in-snippetslab)\n     - [Download](#download)\n- [LaunchBar Midnight Theme](#launchbar-midnight-theme)\n     - [Download](#download)\n- [Bluetooth Audio](#bluetooth-audio)\n     - [Requirements](#requirements)\n     - [Download](#download)\n- [Send to Copied](#send-to-copied)\n     - [Installation](#installation)\n     - [Download](#download)\n- [Proxy Switch](#proxy-switch)\n     - [Installation](#installation)\n     - [Define a proxy (UserProxy.json)](#define-a-proxy-userproxyjson)\n     - [Download](#download)\n- [Run iTerm2 Command](#run-iterm2-command)\n     - [Download](#download)\n- [Date Convert](#date-convert)\n     - [Download](#download)\n- [Application Bundle Identifier](#application-bundle-identifier)\n     - [Download](#download)\n- [Mac Promo Code](#mac-promo-code)\n     - [Download](#download)\n\n\n\n--------------------\n\n## Knock - Port Knocking\n\nKnock server port with knock from LaunchBar\n\n\u003c!-- more --\u003e\n\n![Knock](./assets/knock.png \"Port knocking on Mac OS X\")\n\nInstall and launch ``Knock.lbaction`` and edit ``KnockList.json`` located in ``~/Library/Application Support/LaunchBar/Action Support/com.inspira.knock/``\n\n__Tip:__ Press [ALT] key when you click on the action will display additional informations\n\n### Requirements\nKnock app in /usr/local/bin\n```shell\nbrew install knock\n```\n\n### Define a sequence\n* __title:__ LaunchBar menu title\n* __subtitle:__ LaunchBar menu subtitle\n* __server_ip:__ Server name or IP address\n* __sequence:__ comma separated list\n* __delay:__ delay in milliseconds between knock\n* __app:__ name of the app to launch\n\n```json\n[\n\t{\n\t\t\"title\": \"Raspberry\",\n\t\t\"server_ip\": \"192.168.0.50\",\n\t\t\"children\": [\n\t\t\t{\n\t\t\t\t\t\"title\": \"My knock command\",\n\t\t\t\t\t\"sequence\": \"5000:tcp,7000:tcp,6000:tcp\",\n\t\t\t\t\t\"delay\": 300,\n\t\t\t\t\t\"app\":\"MyAppToLaunch\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\t\"title\": \"...\",\n\t\t\t\t\t\"sequence\": \"...\"\n\t\t\t}\n\t\t]\n\t}\n]\n```\nor a sequence at root :\n```json\n[\n\t{\n\t\t\"title\": \"My knock command\",\n\t\t\"server_ip\": \"192.168.0.50\",\n\t\t\"sequence\": \"5000:tcp,7000:tcp,6000:tcp\",\n\t\t\"delay\": 300,\n\t\t\"app\":\"MyAppToLaunch\"\n\t}\n]\n```\n\n### Download\nKnock Action: [Knock.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/Knock.lbaction)\n\n\n\n--------------------\n\n## Unique Identifier\n\nGenerate a 12 characters unique identifier.\n\n### Download\nUniqID Action: [UniqID.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/UniqID.lbaction)\n\n\n\n--------------------\n\n## Application Reloader\n\nQuit and restart passed Mac Application.\n\n### Download\nReload Mac App: [ReloadApplication.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/ReloadApplication.lbaction)\n\n\n\n--------------------\n\n## Search in SnippetsLab\n\nLive Search in SnippetsLab from Launchbar.\n\n\u003c!-- more --\u003e\n\n![SnippetsLab Search](./assets/search-snippetslab-launchbar.png \"Live search in SnippetsLab from LaunchBar\")\n\n\u003c!-- **Important:** The developer added a verification directly into the app SnippetsLab to accept **request only from the Alfred app**. --\u003e\n\nPress `ALT` to copy, click item to reveal in SnippetsLab\n\n### Download\nSearch SnippetsLab Action: [SearchSnippetsLab.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/SearchSnippetsLab.lbaction)\n\n\n\n--------------------\n\n## LaunchBar Midnight Theme\n\nMidnight Theme for LaunchBar\n\n![Midnight LaunchBar Theme](./assets/launchbar-midnight-theme.png \"Midnight LaunchBar Theme\")\n\n### Download\nMidnight LaunchBar Theme: [Midnight.lbtheme](https://github.com/atika/launchbar/raw/master/actions-zipped/Midnight.lbtheme)\n\n\n\n--------------------\n\n## Bluetooth Audio\n\nList system paired Bluetooth Audio devices, connect and set system audio output. \n\n![Bluetooth Audio](./assets/bluetoothaudio.png \"Switch audio bluetooth source on Mac OS X\")\n\nPress __[ALT] key__ to disconnect bluetooth device.\n\n### Requirements\n\nInstall Switch Audio\n[https://github.com/deweller/switchaudio-osx](https://github.com/deweller/switchaudio-osx)\n```shell\n    brew install switchaudio-osx\n```\n\n### Download\nBluetooth Audio Action: [BluetoothAudio.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/BluetoothAudio.lbaction)\n\n\n\n--------------------\n\n## Send to Copied\n\nSend Image or Text to Copied app [copiedapp.com](http://copiedapp.com/).\n\n![Send to Copied](./assets/sendtocopiedapp.png \"Send to Copied app for Mac OS X\")\n\n### Installation\nDoucle-click on ``SendToCopied.lbaction`` to install and:\n\n* Send Text or Image file with **LaunchBar Instant Send** to \"Send to Copied\" action.\n* Press space to Enter text to copy.\n* Press enter to choose an Image file to send to Copied.\n\n### Download\nSend to Copied: [SendToCopied.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/SendToCopied.lbaction)\n\n\n\n--------------------\n\n## Proxy Switch\n\nDisplay a list of user defined Proxy (json) and current status of Network Proxy Preferences (Ethernet).\n\n![Switch Proxy](./assets/proxyswitch.png \"Switch Proxy on Mac OS X\")\n\n### Installation\nInstall and launch ``ProxySwitch.lbaction`` and edit ``UserProxy.json`` located in ``~/Library/Application Support/LaunchBar/Action Support/com.inspira.proxyswitch/``\n\nAction retrieve the __admin password__ from __Keychain__. Open Keychain app and add a new Generic Password named ```ProxySwitch```\n\n__Tip:__ Press [ALT] key when you click on the action will display the \"Action Support\" Folder\n\n\n### Define a proxy (UserProxy.json)\n* __title:__ Proxy Title.\n* __subtitle:__ Additional information.\n* __proxy_ip:__ IP Address.\n* __proxy_port:__ Port number.\n* __proxy_type:__ Type : web, https, ftp or socks.\n* __app:__ Application name or path to launch.\n\n### Download\nSwitch Proxy Action: [ProxySwitch.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/ProxySwitch.lbaction)\n\n\n\n--------------------\n\n## Run iTerm2 Command\n\nOpen iTerm2 and run a command (requires iTerm 2.9 and earlier).\n\n\u003c!-- more --\u003e\n\n![Run iTerm 2.9 command](./assets/run-iterm2-command-launchbar.png \"Run iTerm2 command in LaunchBar\")\n\n### Download\nRun iTerm2 Command action: [Run iTerm Command.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/Run%20iTerm2%20Command.lbaction)\n\n\n\n--------------------\n\n## Date Convert\n\nDisplay 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)._\n\nPress space bar to enter a date and __clicking on the date__ put content on the clipboard.\n\n![Date Convert](./assets/dateconvert.png \"Convert Unix Timestamp and date with Mac OS X Launchbar\")\n\n### Download\nDate Convert Action: [DateConvert.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/DateConvert.lbaction)\n\n\n\n--------------------\n\n## Application Bundle Identifier\n\nGet the bundle identifier of an application.\n\n\u003c!-- more --\u003e\n\n![App Bundle ID](./assets/app-bundle-id-launchbar.png \"Get application bundle identifier\")\n\n### Download\nApp Bundle ID Action: [AppBundleID.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/AppBundleID.lbaction)\n\n\n\n--------------------\n\n## Mac Promo Code\n\nOpen the Mac App Store application to redeem a promo code.\n\n### Download\nMac Promo Code: [MacPromoCode.lbaction](https://github.com/atika/launchbar/raw/master/actions-zipped/MacPromoCode.lbaction)\n\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatika%2Flaunchbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatika%2Flaunchbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatika%2Flaunchbar/lists"}