#cli #terminal #utility #cross-platform #rust

app afk

A command-line program to make your mouse wander. ;)

12 releases

0.1.11 Dec 24, 2021
0.1.10 Dec 17, 2021

#365 in Command line utilities

Download history 1/week @ 2022-11-20 12/week @ 2022-11-27 1/week @ 2022-12-04 1/week @ 2022-12-11 13/week @ 2022-12-18 1/week @ 2023-01-01 13/week @ 2023-01-08 3/week @ 2023-01-15 6/week @ 2023-01-22 9/week @ 2023-01-29 12/week @ 2023-02-05 58/week @ 2023-02-12 24/week @ 2023-02-19 1/week @ 2023-02-26

83 downloads per month

MIT license

6KB
80 lines

afk.rs

A command-line program to make your mouse wander. ;)

Installation

Cargo

cargo install afk

Homebrew

Coming soon!

Usage

afk [FLAGS] [OPTIONS]

Flags

-d, --debug Activate debug mode
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Verbose mode (-v, -vv, -vvv, etc.)

Options

--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]

Example

afk -v --max-delay 15 --max-distance 200

Dependencies

~3.5MB
~62K SLoC