AHK repository

For those of us who are not on a Mac, could we have a repository here on the forum for AutoHotKey scripts? Fun with AHK?

Good idea! Feel free to make one! (The collection of macOS automations I’m trying to maintain is just a post with links that I edit of my own volition every once in a while… i.e., it isn’t an “official” repository at all)

I think you can post on share and showcase and maybe maintain a meta-post with an index of all scripts

here’s one i made earlier

; replaces "zid" with a zettelkasten ID
:*:zid::
FormatTime, CurrentDateTime,, yyyyMMddHHmmss  ; ex: 20200826173623
SendInput %CurrentDateTime%
return

any improvements or suggestions are more than welcome