You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Activity tracker
2
2
3
-
[](https://github.com/avelino/awesome-go)[](https://codecov.io/gh/prashantgupta24/activity-tracker)[](https://goreportcard.com/report/github.com/prashantgupta24/activity-tracker)[![version][version-badge]][RELEASES]
3
+
[](https://github.com/avelino/awesome-go)[](https://codecov.io/gh/prashantgupta24/activity-tracker)[](https://goreportcard.com/report/github.com/prashantgupta24/activity-tracker)[![version][version-badge]][RELEASES]
4
4
5
5
It is a libary that lets you monitor certain activities on your machine, and then sends a [heartbeat](https://github.com/prashantgupta24/activity-tracker#heartbeat-struct) at a periodic (configurable) time detailing all the activity changes during that time. The activities that you want to track are monitored by **pluggable** handlers for those activities and can be added or removed according to your needs. An example of an activity is `MouseCursorActivity`, i.e. whether your mouse cursor was moved or not.
6
6
@@ -212,12 +212,12 @@ Thanks to [robotgo](https://github.com/go-vgo/robotgo) for making a lot of the h
212
212
213
213
## Example
214
214
215
-
Check out the example [here](https://github.com/prashantgupta24/activity-tracker/blob/master/example/example.go)
215
+
Check out the example [here](https://github.com/resousse/activity-tracker/blob/master/example/example.go)
216
216
217
217
## Projects using this library
218
218
219
219
-[automatic-mouse-mover](https://github.com/prashantgupta24/automatic-mouse-mover): a minimalistic go library/app to prevent your mac from going to sleep
0 commit comments