Skip to content

Pauses Folding@home when a specified program is running.

License

Notifications You must be signed in to change notification settings

MakotoE/fah-pauser-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pauses Folding@home when a specified program is running. This allows FAH to run "While I'm working" but also makes FAH stop for resource-intensive apps.

go get -u -ldflags -H=windowsgui github.com/MakotoE/fah-pauser

Create ~/.config/fah-pauser-daemon.yml (or %userprofile%\.config\fah-pauser-daemon.yml) and list programs that should pause FAH when any of them are running.

PauseOn:
- devenv.exe
- rFactor2.exe

The system processes list is polled once every two minutes.

rust-fah-pauser is an improved version that uses low-level APIs and refreshes every minute.

About

Pauses Folding@home when a specified program is running.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages