Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/70d91c31848db62b1b9f to your computer and use it in GitHub Desktop.
Save BitPuffin/70d91c31848db62b1b9f to your computer and use it in GitHub Desktop.
Timelapse mac os x
while true; do
FILENAME=`date "+%y-%m-%d-%s"`.png
screencapture -x -f $FILENAME
sleep 5
done
@BitPuffin
Copy link
Author

Just put this file somewhere on the system, fire up a terminal, cd into that directory and run "sh timelapse.sh" and press ctrl+c when you are done, or want to pause. Resume just run again. Good luck!

@BitPuffin
Copy link
Author

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