Skip to content

Commit

Permalink
Improved the README a little
Browse files Browse the repository at this point in the history
Removed two examples because they're more confusing than helpful with further explanation
  • Loading branch information
tempelmann authored Apr 29, 2020
1 parent 4499af0 commit 9f35b08
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# RunServiceActionForAutomator
**An Automator Action plugin for invoking OS X Services.**

**An Automator Action plugin for invoking macOS Service items.**

Most Services operate on either texts or files & folders (they can also work with web archives, but this isn't currently handled here).

Any of those services can now be used in Automator actions with the "Run Service" action provided by this project's free Automator plugin. This is handy in cases where such an operation is not provided as an distinct Automator action.
Any of those services can now be used in Automator actions with the "Run Service" action provided by this project's free Automator plugin. This is handy in cases where such an operation is not provided as a distinct Automator action.

## Installation

Expand All @@ -19,14 +20,6 @@ Thomas Tempelmann

## Examples

### Example of Services operating on files & folders:

![Services menu](Docs/Services1.png "Services menu for files and folders")

### Example of Services operating on text:

![Services menu](Docs/Services2.png "Services menu for text")

### Example of using the "Run Service" action in Automator in order to invoke the "Summarize" Service.

![Run Service](Docs/RunService2.png "Example of using the 'Run Service' action")

0 comments on commit 9f35b08

Please sign in to comment.