a minimalistic go library/app to keep your mac active and alive
Go to file
Prashant Gupta d75c5b471d
Merge pull request #7 from prashantgupta24/refactor-1
adding notification for permission issue
2019-03-28 15:06:28 -07:00
appInfo adding app icon 2019-03-27 18:01:45 -07:00
assets/icon added system tray icon 2019-03-27 17:40:22 -07:00
cmd added tests 2019-03-28 12:52:25 -07:00
pkg adding notification for permission issue 2019-03-28 15:02:36 -07:00
.gitignore refactoring 2019-03-27 16:09:54 -07:00
.travis.yml using go mod 2019-03-26 19:59:53 -07:00
LICENSE added license 2019-03-27 18:03:39 -07:00
Makefile adding app icon 2019-03-27 18:01:45 -07:00
README.md updated readme with error message 2019-03-28 15:06:15 -07:00
go.mod updated tracker activity code 2019-03-28 13:38:01 -07:00
go.sum updated tracker activity code 2019-03-28 13:38:01 -07:00

README.md

Presenting the minimalistic Automatic-Mouse-Mover(AMM) app!

GitHub release

Ever felt the need to keep your machine awake without having to resort to the age-old methods of playing a video or installing an app that you don't trust? Well, not anymore!

Introducing the simplest app on the market that has the sole purpose of moving your mouse pointer at regular intervals so that your machine never sleeps! And best of all, it works ONLY when you are not working, so be rest assured that the mouse won't start moving on its own without the machine actually being idle.

Error while moving the app

In case you get an error from the app saying mouse pointer cannot be moved., you need to give the app permission to control your mouse. Don't worry, it's nothing sinister, but Mac doesn't allow apps to gain accessibility to the computer by default (even standard apps like Automator, Firefox etc. who might want to access some features need to go through the same process)

In order to resolve this error you need to:

Go to Security & Privacy -> Privacy -> Accessibility and allow the amm app to gain access.