0.0.2 • Published 2 years ago

sleeper-cli v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Sleeper Cli

A lazy script to keep your computer on while you are away or bored.

Installation

npm i -g sleeper-cli

Commands

Leave

Using leave will make your mouse bounce around the screen for the time you passed in.

sleeper leave --minutes 10
sleeper l -m 10

Open

Using open with a url as the second param will open that window after that amount of time. Made this so I won't stress out about opening zoom links on time.

sleeper open --minutes 10 http://localhost:3000
sleeper o -m 10 http://localhost:3000