{"id":13445673,"url":"https://github.com/deadlydog/AHKCommandPicker","last_synced_at":"2025-03-20T21:31:00.114Z","repository":{"id":82681988,"uuid":"104590115","full_name":"deadlydog/AHKCommandPicker","owner":"deadlydog","description":"An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.","archived":false,"fork":false,"pushed_at":"2023-10-14T21:32:24.000Z","size":461,"stargazers_count":84,"open_issues_count":2,"forks_count":10,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-08-01T05:15:48.027Z","etag":null,"topics":["ahk","ahk-command-picker","autohotkey","hacktoberfest","productivity"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deadlydog.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":"docs/Contributing.md","funding":".github/FUNDING.yml","license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"deadlydog","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/deadlydogDan"}},"created_at":"2017-09-23T18:33:27.000Z","updated_at":"2024-07-24T10:01:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"e21a2df9-66c4-477d-8ab7-5846cfc2166a","html_url":"https://github.com/deadlydog/AHKCommandPicker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadlydog%2FAHKCommandPicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadlydog%2FAHKCommandPicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadlydog%2FAHKCommandPicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadlydog%2FAHKCommandPicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadlydog","download_url":"https://codeload.github.com/deadlydog/AHKCommandPicker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221807771,"owners_count":16883643,"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":["ahk","ahk-command-picker","autohotkey","hacktoberfest","productivity"],"created_at":"2024-07-31T05:00:37.689Z","updated_at":"2025-03-20T21:31:00.109Z","avatar_url":"https://github.com/deadlydog.png","language":"AutoHotkey","funding_links":["https://github.com/sponsors/deadlydog","https://www.paypal.me/deadlydogDan","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=D7PW6YBWNDLXW"],"categories":["AutoHotkey"],"sub_categories":[],"readme":"# AHK Command Picker [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/deadlydog/AHKCommandPicker/blob/main/License.md) [![Number of GitHub downloads](https://img.shields.io/github/downloads/deadlydog/AHKCommandPicker/total)](https://github.com/deadlydog/AHKCommandPicker/releases)\n\nAn [AutoHotkey][AutoHotkeyWebsiteUrl] (AHK) script that allows you to easily call AHK functions and run other AHK scripts.\n(Requires [AutoHotkey v1.1][AutoHotkeyDownloadPageUrl] to be installed).\n\nInstead of having to remember what hotkey maps to each of your AHK scripts (as you could have hundreds), this displays a list of Commands in a light-weight GUI that allows you to quickly and easily run your scripts.\nSimply type part of the command name and hit enter to run your script.\nYou can also provide parameters to your commands, allowing you to change the functionality of a command with a few keystrokes.\n\nFor more reasons to use this with your AHK scripts, see [Why Use AHK Command Picker][WhyUseAhkCommandPickerPage].\n\n## 🚀 How to use AHK Command Picker\n\nStart by [downloading the latest release][DownloadLatestReleaseUrl].\nTo launch AHK Command Picker run the `AHKCommandPicker.ahk` script.\n\nPress the `Caps Lock` key to bring up the AHK Command Picker GUI.\nFrom there, just type the name of the Command that you want to run and hit Enter to run it.\n\nNote: You can still toggle Caps Lock on and off by pressing `Shift`+`Caps Lock`.\n\n### ✍ Adding your own Commands, hotkeys, and hotstrings\n\nAHK Command Picker comes with many Commands out of the box, but the real power comes from adding your own Commands, hotkeys, and hotstrings.\n\n- `UserCommands\\MyCommands.ahk`: Add your own Commands here.\n- `UserCommands\\MyHotkeys.ahk`: Add your own hotkeys and hotstrings here.\n\nYou can use AHK Command Picker to open these files for editing by running the `EditMyCommands` and `EditMyHotkeys` Commands.\nAfter you have modified a file, run the `ReloadAHKScript` Command to apply your changes.\n\nFor more information, see [the documentation][DocumentationPage].\n\n### Additional tidbits\n\nYou will likely want to [have AHKCommandPicker start automatically when you log into Windows][AutomaticallyStartAtLogin].\n\n### Upgrading versions\n\nIf you are upgrading from v1 to v2, see [the migration guide][MigrateFromV1ToV2Page].\n\n## 🖼 Screenshots\n\nAll commands:\n\n![All Commands][AllCommandsImage]\n\nCommands filtered as you type:\n\n![Filtered Commands][FilteredCommandsImage]\n\n## 🎦 Videos\n\nGet started with AHK Command Picker in under 2 minutes:\n\n[![AHK Command Picker in under 2 minutes video][AhkCommandPickerInUnder2MinutesYouTubeImageUrl]][AhkCommandPickerInUnder2MinutesYouTubeUrl]\n\nSome out of the box functionality provided by AHK Command Picker:\n\n[![Out of the box functionality video][OutOfTheBoxFunctionalityProvidedByAhkCommandPickerYouTubeImageUrl]][OutOfTheBoxFunctionalityProvidedByAhkCommandPickerYouTubeUrl]\n\nMotivation for creating AHK Command Picker and some AHK problems it solves:\n\n[![Motivation for creating AHK Command Picker video][MotivationForCreatingAhkCommandPickerYouTubeImageUrl]][MotivationForCreatingAhkCommandPickerYouTubeUrl]\n\n## 💬 Quotes / Testimonials\n\n\u003e I've found that by not having to find and assign a specific hotkey (i.e. keyboard combination) to each of my scripts, I am more likely to automate many more of my tasks.\n\u003e Before I would worry about having to remember too many keyboard shortcuts and the overhead involved (remembering which shortcut launches what, accidentally triggering them, etc.), so I would only use AHK to automate the tasks that I did all of the time.\n\u003e Now with AHK Command Picker these problems are gone, so I automate everything; even the tasks that I might only do once a month.\n\n\u003e A great tool for any AHK user: the interface is intuitive, adding your own commands\\hotkeys and interacting with other AHK programs is easy, and the source code is well written and modifiable.\n\u003e Most of all, Command picker does what it claims to do: make windows automation easy by removing the need to remember hotkeys.\n\n## ➕ How to contribute\n\nIssues and Pull Requests are welcome.\nSee [the Contributing page](docs/Contributing.md) for more details.\n\n## 📃 Changelog\n\nSee what's changed in the application over time by viewing [the Changelog](docs/Changelog.md).\n\n## 💳 Donate\n\nBuy me a pastry 🍰 for providing this script open source and for free 🙂\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=D7PW6YBWNDLXW)\n\n\u003c!-- Links --\u003e\n[AutoHotkeyWebsiteUrl]: https://www.autohotkey.com\n[AutoHotkeyDownloadPageUrl]: https://www.autohotkey.com/download/\n\n[AhkCommandPickerInUnder2MinutesYouTubeUrl]: https://www.youtube.com/watch?v=gevnQAwYLAg,type=youtube\n[AhkCommandPickerInUnder2MinutesYouTubeImageUrl]: https://img.youtube.com/vi/gevnQAwYLAg/0.jpg\n\n[OutOfTheBoxFunctionalityProvidedByAhkCommandPickerYouTubeUrl]: https://www.youtube.com/watch?v=kr5nBVOXVkE,type=youtube\n[OutOfTheBoxFunctionalityProvidedByAhkCommandPickerYouTubeImageUrl]: https://img.youtube.com/vi/kr5nBVOXVkE/0.jpg\n\n[MotivationForCreatingAhkCommandPickerYouTubeUrl]: https://www.youtube.com/watch?v=E0LnMtWVVuA,type=youtube\n[MotivationForCreatingAhkCommandPickerYouTubeImageUrl]: https://img.youtube.com/vi/E0LnMtWVVuA/0.jpg\n\n[DownloadLatestReleaseUrl]: https://github.com/deadlydog/AHKCommandPicker/releases\n\n[WhyUseAhkCommandPickerPage]: docs/WhyUseAhkCommandPicker.md\n[DocumentationPage]: docs/DocumentationHomePage.md\n[AutomaticallyStartAtLogin]: docs/TipsAndTricks.md#have-ahk-command-picker-automatically-start-when-you-log-into-windows\n[MigrateFromV1ToV2Page]: docs/MigrateFromV1ToV2.md\n\n[AllCommandsImage]: docs/Images/AHKCommandPicker-AllCommands.png\n[FilteredCommandsImage]: docs/Images/AHKCommandPicker-FilteredCommands.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadlydog%2FAHKCommandPicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadlydog%2FAHKCommandPicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadlydog%2FAHKCommandPicker/lists"}