Nikita

Results 236 comments of Nikita

Can you share logs what happens when you search for macros? ``` [13:33:04.052] STDERR: Alfred Maestro[Script Filter] 🍺 13:33:03 workflow.go:307: ------- Alfred Maestro/0.2.2 (AwGo/0.17.0) ------- 13:33:03 files.go:66: [ERROR] delete tempfile...

Don't know but someone at https://www.alfredforum.com might know or https://forum.keyboardmaestro.com/latest

> Any clue? Perhaps try to recompile the go program yourself and run that?

Can I consider trying to rewrite this in Go using [AwGo](https://github.com/deanishe/awgo)? The benefit of it may be added speed plus the language is really simple and that library is amazing.

> Also, can a go lib be compiled to a standalone binary? A key requirement is that whatever we choose it runs on Macs without installing anything. Yep. That's its...

Also we can use the amazing work done by Dan that made this: https://forum.keyboardmaestro.com/t/macro-execute-trigger-macro-by-name-spotlight/4667 To search for macros to execute.

And another thing I really need in my life is searching for KM macro groups to jump to. This is possible to do already but from KM: https://forum.keyboardmaestro.com/t/macro-go-to-group-by-name-spotlight/4668 Alfred should...

I will try to read through the PHP code there and see if I can make sense of it and will try get something working.

I agree that this should be closed. Also @maltsev I think the `make` script can be replaced by using [this tool](https://godoc.org/github.com/jason0x43/go-alfred/alfred). I use it all the time to make my...