Text Expansions for Date Input (AutoHotKey Windows)

This AHK scripts defines text expansions for facilitating the input of dates.
!tod -> !(2020-07-23)
!tom -> !(2020-07-24)
!i2d -> !(2020-07-25) (in two days)
!i2w -> !(2020-08-02) (in two weeks, sunday of the second week from today)

Most of these expansions require date.exe from posix utils. If you have git for windows installed, it will work out of the box.

3 Likes