{"id":31885074,"url":"https://github.com/bcyran/anyrun-powermenu","last_synced_at":"2025-10-13T04:20:15.615Z","repository":{"id":252298306,"uuid":"838984290","full_name":"bcyran/anyrun-powermenu","owner":"bcyran","description":"Powermenu plugin for anyrun.","archived":false,"fork":false,"pushed_at":"2025-09-02T18:39:15.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T13:41:38.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcyran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-08-06T18:22:35.000Z","updated_at":"2025-09-02T18:39:18.000Z","dependencies_parsed_at":"2024-08-15T08:41:58.667Z","dependency_job_id":null,"html_url":"https://github.com/bcyran/anyrun-powermenu","commit_stats":null,"previous_names":["bcyran/anyrun-plugins","bcyran/anyrun-powermenu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bcyran/anyrun-powermenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcyran%2Fanyrun-powermenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcyran%2Fanyrun-powermenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcyran%2Fanyrun-powermenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcyran%2Fanyrun-powermenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcyran","download_url":"https://codeload.github.com/bcyran/anyrun-powermenu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcyran%2Fanyrun-powermenu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013683,"owners_count":26085390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-13T04:20:14.122Z","updated_at":"2025-10-13T04:20:15.603Z","avatar_url":"https://github.com/bcyran.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Powermenu\n\nPowermenu plugin for [anyrun](https://github.com/anyrun-org/anyrun).\n\n## Usage\n\nSearch for one of the following actions: lock, logout, power off, reboot, suspend, hibernate.\nSelect the action.\nIf prompted, confirm it.\n\n## Configuration\n\n```ron\n// \u003cAnyrun config dir\u003e/powermenu.ron\nConfig(\n  lock: (\n    command: \"loginctl lock-session\",\n    confirm: false,\n  ),\n  logout: (\n    command: \"loginctl terminate-user $USER\",\n    confirm: true,\n  ),\n  poweroff: (\n    command: \"systemctl -i poweroff\",\n    confirm: true,\n  ),\n  reboot: (\n    command: \"systemctl -i reboot\",\n    confirm: true,\n  ),\n  suspend: (\n    command: \"systemctl -i suspend\",\n    confirm: false,\n  ),\n  hibernate: (\n    command: \"systemctl -i hibernate\",\n    confirm: false,\n  ),\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcyran%2Fanyrun-powermenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcyran%2Fanyrun-powermenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcyran%2Fanyrun-powermenu/lists"}