Skip to content

Instantly share code, notes, and snippets.

@deguchi
Created February 2, 2010 00:13
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 deguchi/292214 to your computer and use it in GitHub Desktop.
Save deguchi/292214 to your computer and use it in GitHub Desktop.
OnClipboardChange:
if RegExMatch(clipboard, "^http://gyazo.com/(.*?)\.png$")
{
FileAppend, <img src="%clipboard%"><br>`n`n, C:\My Documents\Kami Data\Gyazo\index.html
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment