An open API service indexing awesome lists of open source software.

https://github.com/refactorsaurusrex/autohotkeyrecipes

A collection of AutoHotkey scripts
https://github.com/refactorsaurusrex/autohotkeyrecipes

autohotkey automation windows

Last synced: about 1 year ago
JSON representation

A collection of AutoHotkey scripts

Awesome Lists containing this project

README

          

# AutoHotkeyRecipes
My collection of AutoHotkey scripts.

# How To Use

## If you're running the installed version of AutoHotkey

1. Clone this repo
2. To run all scripts simultaneously, double click `RunAll.ahk`.
3. To run scripts individually, double click the ones you want to run.

## If you're running the portable version of AutoHotkey
> Meaning: you downloaded and extracted the zipped version of AutoHotkey.

1. Clone this repo

2. To run all scripts simultaneously, run:
```
\AutoHotkeyU64.exe \RunAll.ahk
```
3. To run scripts individually, run
```
\AutoHotkeyU64.exe \.ahk
```

# List Of All Recipes

## CloseExplorerWithCtrlW

Close Windows Explorer windows with `CTRL + W`, instead of `Alt + F4`.

## InsertDate

- Replaces `!today` and `!yesterday` with their respective date values in the format of `4/25/2019`.
- Replaces `@today` and `@yesterday` with their respective date values in the format of `Sunday April 25, 2019`.

## RunAll

As the name implies, this script simply runs all other scripts as one so you only have a single system tray icon rather than (potentially) many.