A quick tip for some.
Sometimes @peternlewis hides jewels in plane sight. If you are like me, sometimes you catch them and sometimes you don't.
In this case, it's the power of the Trigger Macro by Name action as it relates to passing parameters. This Forum thread touched on it. However, I'd like to give a tag use case example (Tagit), then show another way to perform what was in the above thread and, lastly, show search example using the Bing search engine.
Tags are often discussed in the forum. Here is a quick example how I do add tags, to files, using Trigger Macro by Name action and passing the parameter using the "//" after the macro.
First: This macro is called Tagit.
Purpose/Usage: The Tagit macro was created to demonstrate the power of the Trigger Macro by Name Action, accompanied with a passing parameter, while using the β//β mechanism. The parameter works via the Trigger Value Token.
This example is a simple tip to tag (or remove tags from) selected Finder files.
To use, select the file(s) in your Finder, spawn your Trigger Macro by Name hotkey and type the name of your macro (in this case) Tagit//Blue, for example. The selected file(s) will be tagged Blue. You can use any name you would like after the //. If you type Tagit// without a parameter, the tags will be removed.
Tagit.kmmacros (10.4 KB)
For the Forum Thread - Tip: Passing Parameters From Trigger Macro by Name
An alternative way of performing the same would be to use the Trigger Macro by Name action with the // and type in your time in seconds, without using the regex. In my case by typing -- Timey//30. This would give 30 seconds. The difference in script is below:
Lastly, another quick example is if you wanted to do a web search.
This one is call Bing it. So I would spawn the Trigger Macro by Name hotkey and type Bing it//Keyboard Maestro. The Bing URL searching Keyboard Maestro would appear.
Here is the macro.
Bing it.kmmacros (6.1 KB)
I hope this makes sense and it's beneficial for those that don't use this powerful yet simple feature. It's been around since Keyboard Maestro 8.0 and I use it constantly but never see anyone truly discuss it. I thank @peternlewis for this brilliant feature.