fstamour / breeze

Experiments on workflow with common lisp
https://fstamour.gitlab.io/breeze
BSD 2-Clause "Simplified" License
18 stars 2 forks source link

Make a screencast of the features of breeze #25

Open fstamour opened 3 years ago

fstamour commented 3 years ago

Possible solutions:

emacs-director to drive emacs (example: emacs-run-command's demo.el)

emacs-gif-screencast to make gifs

keycast to show the key strokes (in the modeline)

asciinema or termtosvg

fstamour commented 2 years ago

maybe use screen or tmux to make screenshots for use in the documentation

for example:

screen -S $sty -p $graphdata -X hardcopy -h $tempfile
fstamour commented 2 years ago

https://emacs.stackexchange.com/questions/27162/how-can-i-script-an-emacs-recording-session

https://github.com/vermiculus/package-demo

https://github.com/gracjan/gifcast.el

fstamour commented 2 years ago

https://github.com/ir33k/tb-keycast

To show which keys are pressed

fstamour commented 1 year ago

For the record, there's something working already, but:

vindarel commented 1 year ago

To show which keys are pressed

for the desktop: https://gitlab.com/screenkey/screenkey the latest version works nicely.

fstamour commented 1 year ago

@vindarel Thanks Vince :P