Executor the desktop workflow application for Windows. Speed up your daily workflow, opening things and doing things.
Executor the desktop workflow application for Windows. Speed up your daily workflow, opening things and doing things.
Key Features:
- Launch applications, files, folders, websites, web services (with parameters) and prompts in milliseconds.
- Trigger multiple actions with one text command and/or hotkey.
- Let's be an expert in opening up the world instead of trying to put the whole world inside of Executor (as some alternatives try to do).
- Take the clipboard to a new level, swiftly trigger system commands, do fast calculations, manage running applications and more.
- Tailor keywords, appearance, hotkeys, and behavior to perfectly match your daily workflow.
- Customize the look and feel with various skins and theming options to match your desktop setup.
Adding $GW$ to get current window, this can be injected into any keyword command. This can be handy if you are doing window management commands, and you want Executor to update it's understanding of what is the current window. Normally Executor just keeps track of what window had focus before you activated Executor, but with $GW$ you can update Executors understanding of the current active window, and for example do this keyword command: vscode$W2000ms$||$GW$arrange 1200,1000,50,50 that will open VS Code (vscode), wait 2000ms ($W2000ms$) get the window of VS Code ($GW$) and arrange the VS Code window (using the arrange keyword).
Fixes
Fixed window management commands could result in an access violation error if a window handle was not available any more.