{"id":13571645,"url":"https://github.com/LGUG2Z/whkd","last_synced_at":"2025-04-04T08:31:46.812Z","repository":{"id":104319712,"uuid":"591491992","full_name":"LGUG2Z/whkd","owner":"LGUG2Z","description":"A simple hotkey daemon for Windows","archived":false,"fork":false,"pushed_at":"2025-03-31T02:14:02.000Z","size":110,"stargazers_count":634,"open_issues_count":13,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-31T17:07:58.803Z","etag":null,"topics":["hotkey-daemons","hotkeys","keyboard-shortcuts","rust","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LGUG2Z.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"LGUG2Z"}},"created_at":"2023-01-20T22:19:42.000Z","updated_at":"2025-03-31T01:35:20.000Z","dependencies_parsed_at":"2024-01-14T03:50:40.263Z","dependency_job_id":"718ea167-854b-483e-ae4b-711aed555582","html_url":"https://github.com/LGUG2Z/whkd","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGUG2Z%2Fwhkd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGUG2Z%2Fwhkd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGUG2Z%2Fwhkd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGUG2Z%2Fwhkd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LGUG2Z","download_url":"https://codeload.github.com/LGUG2Z/whkd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247147411,"owners_count":20891691,"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","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":["hotkey-daemons","hotkeys","keyboard-shortcuts","rust","windows"],"created_at":"2024-08-01T14:01:04.268Z","updated_at":"2025-04-04T08:31:41.805Z","avatar_url":"https://github.com/LGUG2Z.png","language":"Rust","funding_links":["https://github.com/sponsors/LGUG2Z"],"categories":["Rust","Windows","Hotkey Daemons"],"sub_categories":[],"readme":"# whkd\n\n_whkd_ is a simple hotkey daemon for Windows that reacts to input events by executing commands.\n\nIts configuration file (`whkdrc`) is a series of bindings which define the associations between the input events and the commands.\nBy default, this file should be located in `~/.config/`, or an alternative can be set using the environment variable `WHKD_CONFIG_HOME`.\n\nIf you are compiling from the `master` branch, a `--config` flag is also available, which, when used, overrides\nthe `WHKD_CONFIG_HOME` environment variable. This flag will be made available in v0.1.3+.\n\nThe format of the configuration file (and this project itself) is heavily inspired by `skhd` and `sxhkd`.\n\n## Example\n\n```\n.shell pwsh # can be one of cmd | pwsh | powershell\n\n# Specify different behaviour depending on the app\nalt + n [\n    # ProcessName as shown by `Get-Process`\n    Firefox       : echo \"hello firefox\"\n    \n    # Spaces are fine, no quotes required\n    Google Chrome : echo \"hello chrome\"\n]\n\n# reload configuration\nalt + o : taskkill /f /im whkd.exe \u0026\u0026 Start-Process whkd -WindowStyle hidden\n\n# app shortcuts\nalt + f : if ($wshell.AppActivate('Firefox') -eq $False) { start firefox }\n\n# focus windows with komorebi\nalt + h : komorebic focus left\nalt + j : komorebic focus down\nalt + k : komorebic focus up\nalt + l : komorebic focus right\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLGUG2Z%2Fwhkd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLGUG2Z%2Fwhkd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLGUG2Z%2Fwhkd/lists"}