Implement global event hook for keyboard and mouse in Go

Implement global event hook for keyboard and mouse in Go

0
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

Perform text to speech via command line on MacOS

0
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

Send desktop notifications in Go

0
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

Switch audio output via command line on MacOS

0
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

Send desktop notification from command line in MacOS

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