Releases: aufflick/DemoGod
Releases · aufflick/DemoGod
Release list
Initial release
A super simple (and poorly written) Mac app to help with live coding demos.
How to use
Basically, you prepare your live coding demo repo by adding annotated tags at relevant points.
Run this app, File->Open, choose your git repo on your disk. The window will show all the annotated tags with
their comments. Double-clicking on any row will stash any changes (including new files) and then
forcibly switch to the selected tag. You can sort the tag or comment column.
You can start from the commandline if you prefer from the root of your git repo with open -a DemoGod .
Happy presenting!