All Projects → deanishe → Alfred Appscripts

deanishe / Alfred Appscripts

Licence: mit
Alfred workflow to search and run/open AppleScripts for the active application

Programming Languages

python
139335 projects - #7 most used programming language
applescript
352 projects

Projects that are alternatives of or similar to Alfred Appscripts

Alfred Vscode
Alfred 3 workflow that allows you to browse and open Visual Studio Code projects or simply open specified folders/files
Stars: ✭ 141 (+151.79%)
Mutual labels:  search, alfred, alfred-workflow
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (-58.93%)
Mutual labels:  search, alfred, alfred-workflow
Alfred Searchio
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Stars: ✭ 250 (+346.43%)
Mutual labels:  search, alfred, alfred-workflow
Alfred Learn Anything
Alfred workflow to search Learn Anything
Stars: ✭ 115 (+105.36%)
Mutual labels:  search, alfred, alfred-workflow
Alfred Web Searches
Alfred workflow to search through any website (easily extendable list)
Stars: ✭ 170 (+203.57%)
Mutual labels:  search, alfred, alfred-workflow
Search Omnifocus
Alfred workflow that allows free text searching of OmniFocus tasks
Stars: ✭ 231 (+312.5%)
Mutual labels:  search, alfred, alfred-workflow
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (+457.14%)
Mutual labels:  search, alfred, alfred-workflow
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+1175%)
Mutual labels:  alfred, alfred-workflow
Denon
👀 Monitor any changes in your Deno application and automatically restart.
Stars: ✭ 725 (+1194.64%)
Mutual labels:  scripts, runner
Wechat Alfred Workflow
wechat workflow for Alfred:微信快速发送消息 & 打开聊天窗口 & 查看聊天记录 & more…
Stars: ✭ 822 (+1367.86%)
Mutual labels:  alfred, alfred-workflow
Whyliam.workflows.youdao
使用有道翻译你想知道的单词和语句
Stars: ✭ 837 (+1394.64%)
Mutual labels:  alfred, alfred-workflow
Dext
🔍 A smart launcher. Powered by JavaScript.
Stars: ✭ 713 (+1173.21%)
Mutual labels:  search, alfred
Wechattweak Macos
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开
Stars: ✭ 6,505 (+11516.07%)
Mutual labels:  alfred, alfred-workflow
Alfred Collection
A collection of all known Alfred3 workflows
Stars: ✭ 785 (+1301.79%)
Mutual labels:  alfred, alfred-workflow
Alfred Workflows
Workflows for Alfred
Stars: ✭ 577 (+930.36%)
Mutual labels:  alfred, alfred-workflow
Alfred Convert
Convert between different units in Alfred
Stars: ✭ 560 (+900%)
Mutual labels:  alfred, alfred-workflow
Alfred Spotify Mini Player
🎵🎩 Alfred workflow to control your Spotify library at your fingertips
Stars: ✭ 823 (+1369.64%)
Mutual labels:  alfred, alfred-workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-75%)
Mutual labels:  alfred, alfred-workflow
Alfred Bluetooth Connect
Alfred plugin that allowed to connect/disconnect to paired bluetooth device
Stars: ✭ 28 (-50%)
Mutual labels:  alfred, alfred-workflow
Alfred Kozip Workflow
📦 도로명/지번 한영 주소 검색을 Alfred에서!
Stars: ✭ 21 (-62.5%)
Mutual labels:  alfred, alfred-workflow

Alfred AppScripts Workflow

List, search and run/open AppleScripts for the active application. You can also specify directories that contain scripts that will always be shown, regardless of the active application.

Download

Note: Version 3.0 and above are not compatible with Alfred 2.

The workflow can be downloaded from GitHub releases or from Packal.

Usage

  • .as [<query>] — Show/search list of AppleScripts for the active application
    • — Run the selected script.
    • ⌘+↩ — Open the selected script in Script Editor.
    • ⌥+↩ — Reveal the selected script in Finder.
  • appscripts [<query>] — Show workflow configuration.
    • Help – Open this file in your browser.
    • (No) Update Available — Whether or not the workflow can be updated. Action the item to update or force an update check.
    • Search Directories Recursively – Whether the script directories should be searched recursively. Use with some caution.
    • Edit Script Directories — Open the configuration file in your default editor. The file contains a detailed description of how it works.
    • Reset to Defaults — Delete configuration and cache files.

Where are these scripts?

The workflow comes with a default set of directories. These are defined in a settings file that you can edit yourself. Use the Edit Script Directories option in the configuration (keyword appscripts) to open the file in your editor.

These are the default directories. {app_name} will be replaced with the name of the currently active application, e.g. BBEdit or OmniFocus, and {bundle_id} with the application's bundle ID, e.g. com.barebones.bbedit or com.omnigroup.OmniFocus2:

  • ~/Library/Scripts/Applications/{app_name}
  • ~/Library/Scripts/Applications/{bundle_id}
  • ~/Library/Application Scripts/{app_name}
  • ~/Library/Application Scripts/{bundle_id}
  • ~/Library/Application Support/{app_name}/Scripts
  • ~/Library/Application Support/{bundle_id}/Scripts
  • ~/Library/Containers/{bundle_id}/Data/Library/Application Support/{app_name}/Scripts

Any *.scpt, *.applescript, *.scptd (script bundle) or *.js (JXA) files found within the above directories will be shown.

If you add a directory path that doesn't contain {app_name} or {bundle_id}, it will match every application and the scripts will always be shown. See the settings file (AppScript Directories.txt) for more information.

Bug reports, feature requests

Please use GitHub issues to report bugs or request features. Alternatively, you can post in the Alfred Forum thread.

Licence, thanks

The workflow code and the bundled Alfred-Workflow and docopt libraries are all licensed under the MIT Licence.

The workflow icon was created by Jono Hunt.

The other icons are from Font Awesome by Dave Gandy, and released under the SIL OFL 1.1 licence.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].