An option to make GIF.
Example : For any repo that can show their work effectively in their README file such as installation instructions.
Browser:
Code Snippet (If Applicable)
@V1NAY8 have you tried https://getkap.co/ for quickly creating a GIF? I don't think it would be feasible to create one from the browser, unless you have ideas ๐
What would the advantage of a gif be compared to a png? A png can just as well be used in a README of a repo, or do you mean an animated gif? If so, what would you animate?
Animating the Instructions will always help.
These are nothing but a multiple output images from terminal.(If we could copy the output from terminal and paste it here and combine them). Just an Idea.

Ah okay, I see what you mean. Do you mean something like https://asciinema.org ? If so, how should it be different?
I'd like to add another perspective to GIF support. I make tutorial videos and I want them to be pretty. So, I'm thinking about using carbon when I show a piece of code.
Although, having a window popping up animation would be great on that background which will produce either a GIF or a video file.
I think that can be a pretty good and needed enhancement.
I did a poor-mans approach to this on a fork carbon#feat/record-terminal-sesh using gif.js
There's a record button next to the settings. Press that and then all the keystrokes will be recorded and then "replayed" once you stop recording.
It's not polished. There are bugs and it is slow. It worked for my situation and lets me make pretty README gifs and twitter gifs, so I'm pretty stoked.
If this were to get polished, the next steps would be:
The example below has been compressed. It was 11MB originally and then I went to ezgif.com and resized it so GH would lemme embed it.

(Previous comment got deleted ๐)
@JessicaSachs this is amazing! ๐ _So_ cool that you got this working! I had never heard of gif.js before
If you would be up for it, I would absolutely love to help integrate this work into Carbon itself on my nights and weekends. Also happy to consult asynchronously if that works better ๐I totally understand if you don't have the bandwidth โ even if you pushed up a WIP PR rebased on master, that would be incredibly helpful.
Finally, FWIW, I would be more than happy to merge this with _only_ a working record feature. No need for line-highlighting or menu options for an initial version, IMO.
I ๐ค the Carbon community!
Most helpful comment
I did a poor-mans approach to this on a fork carbon#feat/record-terminal-sesh using gif.js
There's a record button next to the settings. Press that and then all the keystrokes will be recorded and then "replayed" once you stop recording.
It's not polished. There are bugs and it is slow. It worked for my situation and lets me make pretty README gifs and twitter gifs, so I'm pretty stoked.
If this were to get polished, the next steps would be:
The example below has been compressed. It was 11MB originally and then I went to ezgif.com and resized it so GH would lemme embed it.