Skip to content

Instantly share code, notes, and snippets.

@knagy
Last active March 28, 2023 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knagy/4cdb5af48e23a6b33299d3f2fb2d4f65 to your computer and use it in GitHub Desktop.
Save knagy/4cdb5af48e23a6b33299d3f2fb2d4f65 to your computer and use it in GitHub Desktop.
FileEncoding, UTF-8-RAW
Menu, Tray, Icon, imageres.dll, 15
#n::
InputBox, text, QuickLog, , , 400, 105
if !ErrorLevel && text != ""
{
FormatTime, timestamp, , yyyy-MM-dd HH:mm:ss
EnvGet path, USERPROFILE
FileAppend, [%timestamp%] %text%`n, %path%/Documents/quicklog.txt
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment