Skip to content

Instantly share code, notes, and snippets.

@djcommandline
Created November 12, 2013 17:19
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 djcommandline/7434870 to your computer and use it in GitHub Desktop.
Save djcommandline/7434870 to your computer and use it in GitHub Desktop.
@ref http://blog.daanraman.com/coding/automatically-reload-chrome-when-editing-files-on-osx/
tell application "Google Chrome"
reload active tab of window 1
end tell
fswatch /Users/you/Sites/project "osascript reloadActiveChromeTab.applescript"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment