Crates.io | afk |
lib.rs | afk |
version | 0.1.11 |
source | src |
created_at | 2021-12-17 02:06:54.574537 |
updated_at | 2021-12-24 16:36:45.618876 |
description | A command-line program to make your mouse wander. ;) |
homepage | |
repository | https://github.com/ian-henderson/afk.rs |
max_upload_size | |
id | 499451 |
size | 15,728 |
A command-line program to make your mouse wander. ;)
cargo install afk
Coming soon!
afk [FLAGS] [OPTIONS]
-d, --debug Activate debug mode
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Verbose mode (-v, -vv, -vvv, etc.)
--max-delay <max-delay> Max delay time in seconds [default: 30]
--max-distance <max-distance> Max distance in pixels for mouse to move. Don't make this too big. The mouse
won't move at all if it doesn't have the room! [default: 100]
--min-delay <min-delay> Min delay time in seconds [default: 5]
--min-distance <min-distance> Min distance in pixels for mouse to move [default: 1]
afk -v --max-delay 15 --max-distance 200