{"id":36511108,"url":"https://github.com/hootrix/go-mouse-keeper","last_synced_at":"2026-01-14T23:26:49.154Z","repository":{"id":268997367,"uuid":"719967126","full_name":"Hootrix/go-mouse-keeper","owner":"Hootrix","description":"让鼠标忙碌起来~~ / Keep the mouse busy~","archived":false,"fork":false,"pushed_at":"2025-12-18T06:38:18.000Z","size":1454,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T05:06:07.655Z","etag":null,"topics":["golang","mouse-emulation"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hootrix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-17T09:37:55.000Z","updated_at":"2025-12-18T06:37:08.000Z","dependencies_parsed_at":"2025-02-20T12:20:50.678Z","dependency_job_id":"34f899f8-a385-4d18-a48c-a4d77623b9f1","html_url":"https://github.com/Hootrix/go-mouse-keeper","commit_stats":null,"previous_names":["hootrix/gomousekeeper"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Hootrix/go-mouse-keeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hootrix%2Fgo-mouse-keeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hootrix%2Fgo-mouse-keeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hootrix%2Fgo-mouse-keeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hootrix%2Fgo-mouse-keeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hootrix","download_url":"https://codeload.github.com/Hootrix/go-mouse-keeper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hootrix%2Fgo-mouse-keeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28438124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","mouse-emulation"],"created_at":"2026-01-12T02:35:46.820Z","updated_at":"2026-01-14T23:26:49.146Z","avatar_url":"https://github.com/Hootrix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoMouseKeeper\n\n![screenshot](screenshot.png)\n\nGoMouseKeeper / GoMouseBusyer keeps your mouse busy. It's particularly useful in scenarios where you need to maintain screen activity, such as preventing automatic screen locks or maintaining online status.\n\n## Features\n\n- **Random Mouse Movement**: Simulates random mouse movements after a specified idle time\n- **User Intervention Detection**: Automatically pauses when manual mouse movement is detected\n- **Flexible Timeout Settings**: Multiple timeout options available (5 seconds, 1 minute, 5 minutes, 10 minutes, 30 minutes, 60 minutes)\n- **System Tray Integration**: Easy program control through system tray icon\n\n## Installation\n\n### Option 1: Download App (Recommended)\n\nDownload the latest `.dmg` file from [Releases](https://github.com/Hootrix/go-mouse-keeper/releases/latest):\n\n1. Download `MouseKeeper-x.x.x.dmg`\n2. Open the DMG file\n3. Drag `MouseKeeper.app` to Applications folder\n4. Launch from Applications or Spotlight\n\n\u003e **Note**: On first launch, you may need to right-click and select \"Open\" to bypass Gatekeeper.\n\n### ⚠️ Accessibility Permission Required\n\nMouseKeeper needs **Accessibility permission** to control the mouse:\n\n1. Open **System Settings** → **Privacy \u0026 Security** → **Accessibility**\n2. Click the **+** button and add `MouseKeeper.app` (from Applications folder)\n3. Make sure the checkbox is enabled\n4. Restart MouseKeeper if it was already running\n\n### Option 2: Go Install\n\nIf you have Go installed:\n\n```bash\ngo install github.com/Hootrix/go-mouse-keeper/cmd/mouse-keeper@latest\n```\n\nThen run `mouse-keeper` in your terminal.\n\n### Option 3: Build from Source\n\n```bash\ngit clone https://github.com/Hootrix/go-mouse-keeper.git\ncd go-mouse-keeper\ngo install ./cmd/mouse-keeper\n```\n\n## Usage\n\n```bash\n$ mouse-keeper\n```\n\n### Command Line Options\n\n```bash\nUsage:\n  mouse-keeper [command]\n\nAvailable Commands:\n  enable      Start MouseKeeper when system starts\n  disable     Do not start MouseKeeper when system starts\n  help        Help about any command\n\nFlags:\n  -h, --help   help for mouse-keeper\n```\n\n### Auto-start Configuration\n\nTo configure MouseKeeper to start automatically with your system:\n\n```bash\n# Enable auto-start\nsudo mouse-keeper enable\n\n# Disable auto-start\nsudo mouse-keeper disable\n```\n\n### System Tray Usage\n\n![cmd-screenshot](cmd-screenshot.png)\n\n1. After running the program, you'll see an icon in your system tray\n2. Click the icon to see the following options:\n   - Resume/Pause: Start/Stop mouse movement\n   - Check Timeout Settings: Set mouse idle time\n   - Quit: Exit the program\n3. The program starts in paused state by default, click \"Resume\" to start\n4. The program automatically pauses when manual mouse movement is detected\n\n\n## Contributing\n\nIssues and Pull Requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhootrix%2Fgo-mouse-keeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhootrix%2Fgo-mouse-keeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhootrix%2Fgo-mouse-keeper/lists"}