Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kujirahand/bd30f6af6cec793dc0b6242d1c570698 to your computer and use it in GitHub Desktop.
Save kujirahand/bd30f6af6cec793dc0b6242d1c570698 to your computer and use it in GitHub Desktop.
LOOP WHILE (1) = (1)
Clipboard.GetText Text=> ClipboardText
IF ClipboardText = $'''@@今日''' THEN
DateTime.GetCurrentDateTime.Local DateTimeFormat: DateTime.DateTimeFormat.DateAndTime CurrentDateTime=> CurrentDateTime
Clipboard.SetText Text: CurrentDateTime
Workstation.PlaySound.PlaySystemSound SystemSound: System.SystemSound.Asterisk
END
WAIT 1
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment