Joel McCracken

Results 71 comments of Joel McCracken

I'd LOVE to be able to script this whole thing e.g. what I asked here. https://discourse.asciinema.org/t/is-it-possible-to-script-asciinema/416/3 If/when i get around to doing this I will be definitely looking into that....

A couple of notes from me playing around to try to get this to work: - I cant get `expect` to work. Seems broken. Unable to send any input to...

more thoughts on this: doRecordingScript.sh: ``` someOtherScriptThatSetsUpAllThePrerequsites.sh emacs -q -l my-script.el nowWhateverCommandToStartAsciinema.sh ``` my-script.el: ``` (progn (sleep 5) ;; sleep to give asciinema a second to start (ansi-term) (window-split-1) (other-window)...

Good idea. Maybe we can also post examples and perhaps what might be better output for them in this thread?

nice! I like it. I think we can make it happen.

This precise issue sounds like something that would pair very well with projectile. Thoughts?

Unicode characters will cause this problem. On Tue, Jul 14, 2015 at 8:44 PM, Ruben Maher [email protected] wrote: > I found the problem. It's a one-line fix so I'll just...

I think it should send the number of bytes. On Wed, Jul 15, 2015 at 10:29 AM, Nic Ferrier [email protected] wrote: > I think that's option 2, accept that send-string...

btw, I asked some time back about trying to fix this, and the author got back to me: > raxod502 (Radon Rosborough) > [JoelMcCracken](https://matrix.to/#/@JoelMcCracken:matrix.org): I'm not sure if it will...

This is cool to see. I've been thinking about doing this myself - there are some things that I've been struggling with as I use this project, and the big...