sleepwipe is an open-source package that prevents the computer from going to sleep on macOS.
You can specify that you will do it by editing the None and Active values and throwing a pull request.
To Do | To Do Description | To Do Status | Person To Do |
---|---|---|---|
parser | Parsing the incoming input and making it usable by the router. | Finished ✅ | fleizean |
get data | Getting last commit date from GithubAPI | Finished ✅ | fleizean |
time sleep | Prevent sleep until the input time | Finished ✅ | fleizean |
process sleep | Prevent sleep until given process is finished | Finished ✅ | fyurtsev |
git clone https://github.com/fleizean/sleepwipe.git || cd sleepwipe || make
export PATH=$PATH:~/<current_dir>/sleepwipe/ -> example export PATH=$PATH:~/Desktop/sleepwipe/
sleepwipe -h
sh -c "$(curl https://raw.githubusercontent.com/fleizean/sleepwipe/main/install.sh)"