Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robiot/xclicker
XClicker - Fast gui autoclicker for x11 linux desktops
https://github.com/robiot/xclicker
auto-clicker autoclicker automation c linux linux-automation mouse x11 xclicker
Last synced: 5 days ago
JSON representation
XClicker - Fast gui autoclicker for x11 linux desktops
- Host: GitHub
- URL: https://github.com/robiot/xclicker
- Owner: robiot
- License: gpl-3.0
- Created: 2021-10-03T15:41:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T08:50:47.000Z (2 months ago)
- Last Synced: 2024-12-01T15:47:42.807Z (12 days ago)
- Topics: auto-clicker, autoclicker, automation, c, linux, linux-automation, mouse, x11, xclicker
- Language: C
- Homepage: https://xclicker.xyz
- Size: 2.97 MB
- Stars: 480
- Watchers: 8
- Forks: 42
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/robiot/xclicker - Autoclicker for X11 (Jump To / Linux)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/robiot/xclicker - Autoclicker for X11 (Jump To / Linux)
- fucking-Awesome-Linux-Software - ![Open-Source Software - A blazing fast gui autoclicker for linux. (Applications / Productivity)
- Awesome-Linux-Software - ![Open-Source Software - A blazing fast gui autoclicker for linux. (Applications / Productivity)
README
---
Oh hey, I'm on Twitter too if you'd like to follow more about what I'm up to. Hopefully I'll see you there! 😊
## What is XClicker?
XClicker is an open-source, easy to use, feature-rich, **blazing fast** Autoclicker for linux desktops using x11.![Example image](https://raw.githubusercontent.com/robiot/xclicker/master/img/example.png)
*v1.4.0*![forthebadge](https://forthebadge.com/images/badges/made-with-c.svg) [![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://xclicker.xyz/downloads)
## Main features
* Fairly simple layout;
* Safe mode, to protect from unwanted behaviour;
* Autoclick with a specified amount of time between each click;
* Choose mouse button [Left/Right/Middle];
* Choose click type [Single/Double/Hold];
* Repeat until stopped or repeat a given amount of times;
* Click on a specified location only;
* Randomize the click interval;
* Specify hold time per click;
* Click while holding hotkey down;
* Start / Stop with a custom hotkey;### How much cps?
The highest I have got with it was around **750cps**, but that was still with 1 millisecond interval.\
With 0 millisecond interval, the focused application may freeze.## Building
After cloning the repository, you only have to run this one command. The executable will be placed in **./build/release/src/xclicker**.
```
$ make release
```## Installing
Check out the [Installation Guide](https://github.com/robiot/xclicker/wiki/Installation)## All repositories
- XClicker: https://github.com/robiot/xclicker
- Web: https://github.com/robiot/xclicker-web## Contributing
All contributions are welcome <3.
Check out the [Contibuting Guide](https://github.com/robiot/xclicker/wiki/Contibuting) to see how to setup your enviroment.## License
XClicker is licensed under GPL-3.0 LICENSE.Dependencies are licensed by their own.