Jump to content

Recommended Posts

  • 1 month later...

@andy4222 The recommended way is to use SPM (Swift Package Manager). However, I quickly tested a minimal-effort approach that works. You can compile the script as is without changing anything about the code. 

 

Navigate to HUD.swift with your terminal (or open the Workflow in Alfred, double-click any of the two objects, then click the little folder icon in the bottom left corner to open the location, select HUD.swift and send it to Alfred’s Universal Action (opt+cmd+#). From the options, choose “Open Terminal Here”.

 

In the terminal that opens paste and run this to create the executable at the same location.

swiftc -O HUD.swift

 

In the workflow, open the "Run Script" object and replace 

./HUD.swift "$1" 250

 

with

./HUD "$1" 250

 

Voilà.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...