Skip to content

Instantly share code, notes, and snippets.

@chriseidhof
Last active January 19, 2017 11:56
Show Gist options
  • Save chriseidhof/11179702 to your computer and use it in GitHub Desktop.
Save chriseidhof/11179702 to your computer and use it in GitHub Desktop.
Advance Deckset slides every 20 seconds
#/bin/bash
# Works from Deckset 1.2 upwards. Make sure you have a document opened.
#
# If you're using the Trial version change "Deckset" to "Deckset Trial"
osascript -e 'repeat' -e 'tell application "Deckset" to tell document 1 to set slideIndex to slideIndex + 1' -e 'delay 20' -e 'end repeat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment