Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Created October 31, 2013 06:24
Show Gist options
  • Save palaniraja/7245083 to your computer and use it in GitHub Desktop.
Save palaniraja/7245083 to your computer and use it in GitHub Desktop.
Automator script to paste current timestamp for selected text.
on run {input, parameters}
set date_ to (do shell script "date '+%Y-%m-%d %H:%M:%S'")
return date_
end run
@palaniraja
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment