Jump to content

How do I find and edit this script filter


Recommended Posts

 

I am impressed with the usefulness of script filters but puzzled how I can edit one in Alfred 5.

 

This is a workflow to display Keyboard Maestro macros:

 

https://github.com/iansinnott/alfred-maestro

 

 

It installs on Alfred 5 and works well

 

But I am puzzled where the main script is stored.

 

The workflow looks like this:

 

image.png.81558017082952592f97259015882bb0.png

 

 

If I click on the Script Filter section this is what I see:

 

image.png.307f59520f11599628b16097f3ff0e0d.png

 

 

Where is the actual code/content that drives this script filter - both so I can learn from it and potentially edit it?

 

 

 

 

 

Link to comment
On 11/5/2022 at 6:12 PM, Richard Kaplan said:

How is/was the alfred-maestro executable file created


It’s AppleScript, so probably with the Script Editor.

 

On 11/5/2022 at 6:12 PM, Richard Kaplan said:

and how did the author of this script know to reference that in the script filter step above?


It’s calling its path directly. ./ means the current directory, which in workflows is their own folder.
 

To learn more about the script itself, ask the developer. To learn more about how it’s called, search for an introductory Shell guide.

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...