Skip to content

Instantly share code, notes, and snippets.

@Pafuxu
Created June 19, 2009 21:36
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 Pafuxu/132901 to your computer and use it in GitHub Desktop.
Save Pafuxu/132901 to your computer and use it in GitHub Desktop.
-- Script that acquires current time and displays it to HUD display
--
set currentTime to do shell script "date '+%Y-%m-%dT%H:%M:%S%z' | sed 's/00$/:00/'"
tell application "LaunchBar" to display in large type currentTime
return currentTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment