Skip to content

Commit 9afa4b8

Browse files
added some instructions
1 parent 12b9027 commit 9afa4b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# AutoHotkey-Text-Expander
22
A lightweight spreadsheet(CSV,XLSX) based text expander built in AutoHotkey.
3+
4+
## What it does
5+
This text expander allows you to automatically convert short phrases into long blocks of text. For example, typing <ate will expand into "AutoHotkey Text Expander" or typing <now will expand into the date and time formatted like this. MM/dd/yyyy hh:mm:ss. New shortcuts can be added in the hotstrings.xlsx(or csv) file.
6+
7+
## How to setup
8+
There is no installation process. Download the exe and hostrings.xlsx(or csv) and put them in the same folder, launch the app and it will read the hostrings file for all of your shortcuts. It doesn't continuously read the hotstrings file so if you add new ones you need to close the app and relaunch.
9+
10+
## FAQ
11+
* There is nothing special about the hostrings file. Download the supplied one or make your own so long as the sheet, document names and columns are the same as the original.
12+
* If you already have ahk installed you can use the ahk file instead of the exe.
13+
* I used the xlsx version every day for work.
14+
* I use the < at the beginning of all of my hotstrings but thats not necessary. You cant change the <now hotstring but any new ones you add can use any prefix or none at all.

0 commit comments

Comments
 (0)