Created
July 18, 2022 05:01
-
-
Save Kaisarion/904fe1627721690963f9a4cea2d6af49 to your computer and use it in GitHub Desktop.
Copy Screenshots that are added to a specific folder with AppleScript and Mac
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} | |
set thisFile to item 1 of input | |
set the clipboard to (read thisFile as TIFF picture) | |
return thisFile | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup:
image
DISCLAIMER: This tool takes a while to copy to clipboard because the screenshot tool waits about 3 seconds before sending to the folder. This is not a script problem.