Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesit authored Nov 23, 2016
1 parent 6f75857 commit 960ce0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="https://github.com/nemesit/RunSwiftScriptAction/blob/master/Run%20Swift%20Script/SwiftScript.icns?raw=true" width="200">

# RunSwiftScriptAction
An Automator action that lets people run Swift code instead of AppleScript or JavaScript for Automation.
An Automator action that lets people run Swift code instead of AppleScript or JavaScript for Automation.

The Action can access it's input from other Automator actions by accessing the `input` optional which is of type `Optional(Array<String>)`
Anything it outputs to standard output e.g. via `print(_:)` gets passed back to Automator and can be used as input for other Actions.
The Action can access it's input from other Automator actions by accessing the `input` optional, which is of type `Optional(Array<String>)`
Anything that the action's Swift code outputs to standard output, e.g. via `print(_:)` gets passed back to Automator and can be used as input for other Actions.



Expand Down

0 comments on commit 960ce0e

Please sign in to comment.