This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Dropzone Destination Info | |
# Name: GitHub Gist | |
# Description: Drag text to share it instantly via GitHub Gist. Hold down option to make a public Gist. Click to copy and goto the last URL. | |
# Handles: NSStringPboardType | |
# Events: Clicked, Dragged | |
# KeyModifiers: Option | |
# Creator: Edgar Suarez | |
# URL: http://e.dgar.org |