rse / slideshow

Slideshow -- Observe and Control Slideshow Applications
https://www.npmjs.org/package/slideshow
Mozilla Public License 2.0
85 stars 14 forks source link

Get info about current state #3

Closed guillaumepotier closed 9 years ago

guillaumepotier commented 9 years ago

Hi there,

Currently if I'm not mistaking, it is possible to call info to have info about the general presentation. But is it possible to obtain info about current state, ie on which slide we are, how many next actions before next slide, etc, etc..

Otherwise, great lib!

Best

rse commented 9 years ago

The "stat" command gives you the current slide position and the maximum number of slides. I think this should be what you want.

guillaumepotier commented 9 years ago

Oh great, missed that one. Thx