fnando (owner)

Revisions

gist: 133561 Download_button fork
public
Public Clone URL: git://gist.github.com/133561.git
Embed All Files: show embed
Grabbit.scpt #
1
2
3
4
5
6
7
8
9
10
tell application "Safari"
set current_url to URL of front document
do shell script "grabbit " & current_url
 
tell application "GrowlHelperApp"
register as application "Grabbit" all notifications {"Grabbit"} default notifications {"Grabbit"} icon of application "Script Editor"
 
notify with name "Grabbit" title "Screenshot uploaded" description "The screenshot has been uploaded to UI directory." application name "Grabbit"
end tell
end tell