All Projects → deadlydog → AHKCommandPicker

deadlydog / AHKCommandPicker

Licence: MIT License
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.

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to AHKCommandPicker

MyKeymap
MyKeymap: 我的按键映射工具
Stars: ✭ 192 (+284%)
Mutual labels:  productivity
mazer-nuxt
Nuxt 2 version of Mazer - Free Bootstrap 5 Admin Dashboard Template and Landing Page
Stars: ✭ 39 (-22%)
Mutual labels:  productivity
job
job: free Your RStudio Console
Stars: ✭ 221 (+342%)
Mutual labels:  productivity
KanbanView
CLI, API, Web Service and Kanban for Things 3
Stars: ✭ 64 (+28%)
Mutual labels:  productivity
taskpaper-mode
Emacs TaskPaper Mode
Stars: ✭ 94 (+88%)
Mutual labels:  productivity
alfred-new-terminal-window
Alfred workflow to open a new Terminal/iTerm window in the current space. Holding the alt key, the new window will be opened in the current frontmost Finder folder.
Stars: ✭ 34 (-32%)
Mutual labels:  productivity
pino-caller
🌲 Include call site of pino log messages
Stars: ✭ 35 (-30%)
Mutual labels:  productivity
productivity-tips-for-mac
Awesome Productivity Tips for Mac Developers
Stars: ✭ 38 (-24%)
Mutual labels:  productivity
AnotherPomodoro
Modern and customizable productivity timer app that runs in your browser.
Stars: ✭ 126 (+152%)
Mutual labels:  productivity
behaviortracker
Time Tracker ⏲️ - Android application to track the time you spend on some activities during your day.
Stars: ✭ 19 (-62%)
Mutual labels:  productivity
atom-file-bookmark
Bookmark files in your project for quick access
Stars: ✭ 16 (-68%)
Mutual labels:  productivity
block-options
EditorsKit — a toolkit for the Gutenberg block editor.
Stars: ✭ 248 (+396%)
Mutual labels:  productivity
capslock-plus-plus
⌨Amazing, extendable, readable autohotkey scripts framework utilized by Capslock.
Stars: ✭ 77 (+54%)
Mutual labels:  ahk
alfred-ask-create-share
Alfred workflow for creating web submissions (Stack Exchange, Forums and more)
Stars: ✭ 30 (-40%)
Mutual labels:  productivity
omgf
Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Stars: ✭ 39 (-22%)
Mutual labels:  productivity
SimpleToDo
Task management app for Android ✔️
Stars: ✭ 104 (+108%)
Mutual labels:  productivity
Codist
A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality and brings smart tool bar to code editor.
Stars: ✭ 134 (+168%)
Mutual labels:  productivity
WeekToDoWeb
WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online.
Stars: ✭ 48 (-4%)
Mutual labels:  productivity
Fun
Small fun scripts
Stars: ✭ 22 (-56%)
Mutual labels:  ahk
gits
A Fast CLI Git manager for multiple repositories
Stars: ✭ 39 (-22%)
Mutual labels:  productivity

AHK Command Picker Description

An AutoHotkey (AHK) script that allows you to easily call AHK functions and run other AHK scripts. (Requires AutoHotkey_L).

Instead 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. Simply type part of the command name and hit enter to run your script. You can also provide parameters to your commands, allowing you to change the functionality of a command with a few keystrokes.

For more reasons to use this with your AHK scripts, see Why Use AHK Command Picker.

How To Use AHK Command Picker

Start by downloading the latest release. To launch AHK Command Picker run the AHKCommandPicker.ahk script.

Press the Caps Lock key to bring up the AHK Command Picker GUI. From there just type the name of the command that you want to run and hit enter to run it. You can still toggle Caps Lock on and off by pressing Shift+Caps Lock.

To add your own commands to AHK Command Picker, see the documentation.

You will likely want to have AHKCommandPicker start automatically when you log into Windows.

Screen Shots

All commands:

All Commands

Commands filtered as you type:

Filtered Commands

Videos

Get started with AHK Command Picker in under 2 minutes:

AHK Command Picker in under 2 minutes video

Some out of the box functionality provided by AHK Command Picker:

Out of the box functionality video

Motivation for creating AHK Command Picker and some AHK problems it solves:

Motivation for creating AHK Command Picker video

Quotes / Testimonials

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. 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. Now with AHK Command Picker these problems are gone, so I automate everything; even the tasks that I might only do once a month.

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. Most of all, Command picker does what it claims to do: make windows automation easy by removing the need to remember hotkeys.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].