Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/durocodes/cliq
a lean cross-platform autoclicker made in Rust
https://github.com/durocodes/cliq
autoclicker
Last synced: about 1 month ago
JSON representation
a lean cross-platform autoclicker made in Rust
- Host: GitHub
- URL: https://github.com/durocodes/cliq
- Owner: DuroCodes
- Created: 2024-11-28T05:10:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T05:12:12.000Z (about 1 month ago)
- Last Synced: 2024-11-28T06:20:34.835Z (about 1 month ago)
- Topics: autoclicker
- Language: Rust
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cliq
Cliq is a simple cross-platform Rust autoclicker with global hotkey and always on top support. I couldn't find any good autoclickers for Mac (without unnecessary features), so I decided to make my own with the features I needed
Cliq is inherently feature-limited, and is not intended to be a "full-featured" autoclicker—it's designed to be lean. Unless someone requests a feature, then I might add it.
Thanks to [egui](https://github.com/emilk/egui) for the GUI, it looks good on all platforms and respects the system theme.
## Screenshots
I'm too lazy to take screenshots on all platforms, so here's what it looks like on macOS (light/dark mode):
| Light | Dark |
| ---------------------------- | -------------------------- |
| ![light](./assets/light.png) | ![dark](./assets/dark.png) |## Installation
You can build Cliq from the source, I'm too lazy to make binary releases for now.
```bash
git clone https://github.com/durocodes/cliq
cd cliq
cargo build --release
```Then you'll find the binary in `./target/release/cliq`. If you want to run it without the termial (for macOS), you can make an app bundle, you can use platypus or something similar, but you can do that manually.