Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deanishe/alfred-services

Run macOS services from Alfred
https://github.com/deanishe/alfred-services

Last synced: 3 months ago
JSON representation

Run macOS services from Alfred

Awesome Lists containing this project

README

        


grey cog in grey ring

macOS Services for Alfred
=========================

Run macOS services via Alfred 4+.

This workflow can execute macOS services on the clipboard contents, current selection or files (via an Alfred File Action).

Installation
------------

Download the latest version of the workflow from the [releases page][releases], then double-click the `macOS-Services-X.X.X.alfredworkflow` file to install.

Usage
-----

When run via keyword (`services` by default), you can choose from services that are applicable to the current contents of the general pasteboard. There is also a Hotkey to run the workflow with the current pasteboard.

Alternatively, you can call the workflow via its File Action (called "macOS Services") to run a service with the selected files, or use the second Hotkey to run the workflow on the current macOS selection.

Finally, you can assign your own Hotkeys to specific services (though this only works with the pasteboard contents). See the red EXAMPLE element in the workflow (which calls the "New TextEdit Window Containing Selection" service).

Licensing & thanks
------------------

- The workflow is released under the [MIT licence][mit].
- It is heavily based on the [AwGo][awgo] library, also MIT licensed.
- The workflow icons are based on [Font Awesome][awesome], released under the [Creative Commons Attribution 4.0 licence][ccby40].

[releases]: https://github.com/deanishe/alfred-services/releases/latest
[mit]: LICENCE.txt
[awesome]: https://github.com/FortAwesome/Font-Awesome
[ccby40]: https://creativecommons.org/licenses/by/4.0/legalcode
[awgo]: https://github.com/deanishe/awgo