39 lines
2.4 KiB
Markdown
39 lines
2.4 KiB
Markdown
# [autosqueal](https://git.beatrice.wtf/Tools/autosqeal)
|
|
[](https://drone.beatrice.wtf/Tools/autosqeal)
|
|
[](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
|
[](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
|
[](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
|
[](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
|
[](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
|
|
|
|
|
*little java tool to automatically perform mouse actions*
|
|
|
|
## supported systems
|
|
| system | support |
|
|
|-----------|------------|
|
|
| macOS | ✅ complete |
|
|
| GNU/Linux | ⏳ planned |
|
|
| Windows | ⏳ planned |
|
|
|
|
## building
|
|
**required tools**
|
|
- java 21 sdk
|
|
- git
|
|
- maven
|
|
|
|
**build steps**
|
|
1. clone the official repository linked below using `git clone`.
|
|
2. `cd` into the directory and run `mvn clean package`.
|
|
3. you will find a runnable jar with dependencies in the `target/` folder.
|
|
4. run the built jar file with `java -jar target/autosqueal-*-dependencies.jar`.
|
|
|
|
## support
|
|
| category | info |
|
|
|---------------------|---------------------------------------------------------------|
|
|
| official repository | [gitea src](https://git.beatrice.wtf/Tools/autosqeal.git) |
|
|
| mirror repository | [github src](https://github.com/mind-overflow/autosqueal.git) |
|
|
| build status | [drone-ci](https://drone.beatrice.wtf/Tools/autosqeal) |
|
|
| dev email | [hello@beatrice.wtf](mailto:hello@beatrice.wtf) |
|
|
|