AppleScript4Evr's profile picture. AppleScript is alive and well!

Script Monkey

@AppleScript4Evr

AppleScript is alive and well!

Script Monkey reposted

Apple's built-in macOS script menu appears to be damaged in the latest macOS Ventura beta. Perhaps a good time to remind everybody that the unregistered/free version of @FastScripts offers everything Apple's menu does, and more! redsweater.com/fastscripts/


Script Monkey reposted

It's WWDC Friday and AppleScript is still lives.


Script Monkey reposted

Just released @FastScripts 3.0, a major upgrade many years in the making. Script searching, parallel execution, progress feedback, and more! redsweater.com/blog/3784/fast…


Script Monkey reposted

Wow, that‘s the first time I see @Apple providing example scripts in an AppleScript library. Much appreciated! You can find them in the current app versions of Numbers, Pages & Keynote.

applescripter's tweet image. Wow, that‘s the first time I see @Apple providing example scripts in an AppleScript library. Much appreciated! You can find them in the current app versions of Numbers, Pages & Keynote.

Script Monkey reposted

Well isn't that special.

MiGrant's tweet image. Well isn't that special.

#AppleScript Run this script from FastScripts/Butler/Keyboard Maestro/etc. to apply tags in @OmniFocus without click-click-clicking:

AppleScript4Evr's tweet image. #AppleScript 
Run this script from FastScripts/Butler/Keyboard Maestro/etc. to apply tags in @OmniFocus without click-click-clicking:

-- #AppleScript Copy from Safari as Markdown Link try tell application "Safari" to tell document 1 set t to (do JavaScript "(''+getSelection())") if t is "" then set t to name set u to URL end tell set the clipboard to "[" & t & "](" & u & ")" end try


#AppleScript Save current Safari window as webloc

AppleScript4Evr's tweet image. #AppleScript
Save current Safari window as webloc

Still holds up.

This post is unavailable.

-- #AppleScript Copy File Names tell application "Finder" set s to selection as alias list set n to {} repeat with i in s set end of n to name of i end repeat end tell set text item delimiters to return set the clipboard to n as text display notification "Copied!"


-- #AppleScript Copy File URLs tell application "Finder" set s to selection as alias list set u to {} repeat with i in s set end of u to URL of i end repeat end tell set text item delimiters to return set the clipboard to u as text display notification "Copied!"


-- v1.1 Copy POSIX Paths tell application "Finder" set s to selection as alias list set u to {} repeat with i in s set end of u to POSIX path of i end repeat end tell set text item delimiters to return set the clipboard to u as text display notification "Copied!"


Me too!

Can I just say I really appreciate you continuing to support AppleScript. ty 💜



Script Monkey reposted

It would make more sense to stick with native AppleScript and harness its abilities over calling out to the shell:

AppleScriptive's tweet image. It would make more sense to stick with native AppleScript and harness its abilities over calling out to the shell:

#AppleScript Paste One Line from Clipboard

AppleScript4Evr's tweet image. #AppleScript Paste One Line from Clipboard

Script Monkey reposted

I find posting my terrible AppleScript on Friday mornings cathartic. Also it's a funny story about how I was still writing automation on my Mac like the internet doesn't exist. Duh.

Bad AppleScript: Template Gun meets the Internet sixcolors.com/post/2020/02/b…



Script Monkey reposted

Here’s an AppleScript to automatically flag OmniFocus tasks on their defer date. colterreed.com/how-to-automat…


Script Monkey reposted

Boilerplate to Add AppleScript to Your macOS App in 2020 buff.ly/38aUYc4

ctietze's tweet image. Boilerplate to Add AppleScript to Your macOS App in 2020 buff.ly/38aUYc4
ctietze's tweet image. Boilerplate to Add AppleScript to Your macOS App in 2020 buff.ly/38aUYc4

Loading...

Something went wrong.


Something went wrong.