aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-23 01:44:02 +0200
committerJohn Ankarström <john@ankarstrom.se>2020-10-23 01:51:33 +0200
commitecf4cf4e8838176c8067d8ea456ae1d33d41910b (patch)
treee297a1a3472727f75d351c0365a413bf949ab639
downloadahk-readme.tar.gz
first commitreadme
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7c5c4e4
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+<p>This is my personal all-purpose AutoHotKey script. I try to keep everything in a single script, as I don't want too many tray icons. The script is organized in the following way:</p><ul><li>The overall template is found in <i>scripts.ahk</i>.</li><li>The various pieces of functionality are stored in files beginning with <i>tt.</i> and ending with <i>.ahk</i>.</li></ul><p>For example, <i>tt.windows.ahk</i> contains various hotkeys and functions for window management. Some files, like <i>tt.doubleclick.ahk</i>, only contain functions, which are referenced in other files. In general, I've tried to organize the code in such a way that each file speaks for itself. Some files are documented well, others less so.</p><p>All pieces are tangled together using <a href="/tt.git">tt</a>, my personal literate programming tool.</p> \ No newline at end of file