Crates.io | reclick |
lib.rs | reclick |
version | 0.1.1 |
source | src |
created_at | 2021-10-21 01:51:54.346436 |
updated_at | 2021-10-21 01:53:55.122637 |
description | Recorder and replayer of mouse clicks. |
homepage | |
repository | https://github.com/furidosu/reclick |
max_upload_size | |
id | 468224 |
size | 10,005 |
Recorder and replayer of mouse clicks.
マウスクリックをレコードしリプレイするツール。
Only works for left clicks. Drag and drop may work but untested.
左クリックだけ。ドラッグ&ドロップはテストしてなかったけど、できるかも。
cargo install reclick
This needs "Input Monitoring" permission and "Accessibility" permission on macOS.
"Input Monitoring" so you can start recording with a keypress outside of its window.
"Accessibility" so it can replay the recorded mouse clicks.
Please grant these to "Terminal.app" in "System Preferences" > "Security & Privacy" > "Privacy".
cargo build --release
Install dependencies:
brew install mingw-w64
rustup add target x86_64-pc-windows-gnu
Build:
cargo build --release --target x86_64-pc-windows-gnu