Created
May 11, 2019 15:58
-
-
Save slifin/5265bc56dc6cff737dcc3c256051c5be to your computer and use it in GitHub Desktop.
How to send selected text to the repl from any editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on run {input, parameters} | |
| tell application "Terminal" | |
| do script (input) in window 1 | |
| end tell | |
| return input | |
| end run | |
| https://i.imgur.com/C5Q4fhd.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment