Davte b20a46cd37 Installation guide
Added installation steps to README file
2024-08-26 15:15:45 +02:00
2024-07-05 16:14:10 +02:00
2023-04-24 13:40:52 +02:00
2023-04-24 13:04:52 +02:00
2023-04-18 21:56:12 +02:00
2023-04-18 16:54:01 +02:00
2024-08-26 15:15:45 +02:00

autoclick

Go auto-clicker that stores groups of locations. Based on Robotgo.

Installation

Depending on your OS, you may require different dependencies.

If you are running MacOS, you just need to install Xcode Command Line Tools and grant Go the accessibility permissions when prompted from the system.

xcode-select --install

Finally, once dependencies are met, to install autoclick run:

go install gogs.davte.it/Davte/autoclick@latest

To launch autoclick from any path, add this to your bash profile or bashrc:

export PATH="$PATH:/$HOME/go/bin"
Description
Go auto-clicker based on Robotgo
Readme GPL-3.0 74 KiB
Languages
Go 100%