Implement global event hook for keyboard and mouse in Go
In this post, I will show you a cool trick to implement global event hook for keyboard and mouse in Go (golang).
First, create a...
Perform text to speech via command line on MacOS
Do you know that you can make your Mac speak? If you are curious how to do it, I will show you how to...
Send desktop notifications in Go
In this article, I will show you how to send desktop notifications in Go (golang). You can also make alerts and beep sound.
First, create...
Switch audio output via command line on MacOS
In this post, I will show you how to switch audio output via command line on MacOS.
To switch audio output, we will install and...
Send desktop notification from command line in MacOS
Today, I am going to show you a tip to send desktop notification from command line in MacOS, which is useful for Mac automation.
To...