#process #system #block #amount #exit #sleeping

app block-sleep

Block your system from sleeping for an amount of time, or until a certain process exits

2 unstable releases

0.2.0 Jul 25, 2024
0.1.0 Jul 25, 2024

#1749 in Command line utilities

MIT license

16KB
312 lines

block-sleep

Block your system from sleeping for an amount of time, or until a certain process exits

Usage: block-sleep [OPTIONS]

Options:
  -p, --pid <PID>       The process id to wait on. Sleep will be blocked until this process exits
  -f, --first <PID>...  Block sleep until the first process in the group has exited
  -a, --all <PID>...    Block sleep until all the given processes in the group have exited
  -t, --time <TIME>     The amount of time to block sleep for in seconds
  -h, --help            Print help
  -V, --version         Print version

Dependencies

~10–38MB
~622K SLoC