hello Alfred team,
Greetings!
I was able to use dynamic placeholder e.g. current date and time according to this guidance https://www.alfredapp.com/help/workflows/advanced/placeholders/#arithmetic
But it broke since Apple removed PHP and Python 2 from the built-in scripting languages in macOS Monterey, plus I could't reinstall python 2 via Homebrew tons of time so Vero kindly gave me an updated snippet triggers v1.1 using '/bin/zsh' to replace the invalid '/usr/bin/php'
My question is how can I modify the complicated script under language "bin/zsh" to make it auto paste e.g. current time to my clipboard?
Cuz previously when php was still working on Big Sur I can simply put a {time:short} to make it happened.
Details plz refer to the attachments, would be appreciated if you can give me any idea cuz I'm not a tech-geek it's hard to understand the coding thing I just want to make it possible to have current time/date using {time} & {date} as before.
Appreciated in advance : )